Skip to content

Commit 2d7b7ab

Browse files
committed
add whatsnew
1 parent 658e3f8 commit 2d7b7ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.24.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,7 @@ Deprecations
911911
- :meth:`FrozenNDArray.searchsorted` has deprecated the ``v`` parameter in favor of ``value`` (:issue:`14645`)
912912
- :func:`DatetimeIndex.shift` and :func:`PeriodIndex.shift` now accept ``periods`` argument instead of ``n`` for consistency with :func:`Index.shift` and :func:`Series.shift`. Using ``n`` throws a deprecation warning (:issue:`22458`, :issue:`22912`)
913913
- The ``fastpath`` keyword of the different Index constructors is deprecated (:issue:`23110`).
914+
- :meth:`pandas.read_csv` has deprecated the redundant ``delimiter`` argument, please use ``sep`` (:issue:`21996`)
914915

915916
.. _whatsnew_0240.prior_deprecations:
916917

0 commit comments

Comments
 (0)