Skip to content

Commit cca5c49

Browse files
committed
doc: move what's new entry to correct section and use func
Signed-off-by: Antonio Gutierrez <[email protected]>
1 parent 28d1364 commit cca5c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.25.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1103,6 +1103,7 @@ I/O
11031103
- Bug in :meth:`read_hdf` where reading a timezone aware :class:`DatetimeIndex` would raise a ``TypeError`` (:issue:`11926`)
11041104
- Bug in :meth:`to_msgpack` and :meth:`read_msgpack` which would raise a ``ValueError`` rather than a ``FileNotFoundError`` for an invalid path (:issue:`27160`)
11051105
- 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 :func:`read_csv` (:issue:`26934`)
11061107
11071108
Plotting
11081109
^^^^^^^^
@@ -1186,7 +1187,6 @@ ExtensionArray
11861187
- :meth:`Series.count` miscounts NA values in ExtensionArrays (:issue:`26835`)
11871188
- Added ``Series.__array_ufunc__`` to better handle NumPy ufuncs applied to Series backed by extension arrays (:issue:`23293`).
11881189
- 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`)
11901190
11911191
Other
11921192
^^^^^

0 commit comments

Comments
 (0)