You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.25.0.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -1103,6 +1103,7 @@ I/O
1103
1103
- Bug in :meth:`read_hdf` where reading a timezone aware :class:`DatetimeIndex` would raise a ``TypeError`` (:issue:`11926`)
1104
1104
- Bug in :meth:`to_msgpack`and :meth:`read_msgpack` which would raise a ``ValueError`` rather than a ``FileNotFoundError``for an invalid path (:issue:`27160`)
1105
1105
- Fixed bug in :meth:`DataFrame.to_parquet` which would raise a ``ValueError`` when the dataframe had no columns (:issue:`27339`)
1106
+
- Allow parsing of :class:`PeriodDtype` columns when using :fun:`read_csv()` (:issue:`26934`)
1106
1107
1107
1108
Plotting
1108
1109
^^^^^^^^
@@ -1186,7 +1187,6 @@ ExtensionArray
1186
1187
- :meth:`Series.count` miscounts NA values in ExtensionArrays (:issue:`26835`)
1187
1188
- Added ``Series.__array_ufunc__`` to better handle NumPy ufuncs applied to Series backed by extension arrays (:issue:`23293`).
1188
1189
- Keyword argument ``deep`` has been removed from :meth:`ExtensionArray.copy` (:issue:`27083`)
1189
-
- Allow parsing of :class:`PeriodDtype` columns when using `read_csv()` (:issue:`26934`)
0 commit comments