Skip to content

Commit 62f6c6a

Browse files
DOC: move whatsnew file for pandas-dev#21116 (index droplevel)
1 parent 4274b84 commit 62f6c6a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/source/whatsnew/v0.23.1.txt

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ and bug fixes. We recommend that all users upgrade to this version.
1515
New features
1616
~~~~~~~~~~~~
1717

18-
- :meth:`Index.droplevel` is now implemented also for flat indexes, for compatibility with MultiIndex (:issue:`21115`)
19-
2018

2119
.. _whatsnew_0231.deprecations:
2220

doc/source/whatsnew/v0.24.0.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Other Enhancements
1515
- :func:`to_datetime` now supports the ``%Z`` and ``%z`` directive when passed into ``format`` (:issue:`13486`)
1616
- :func:`Series.mode` and :func:`DataFrame.mode` now support the ``dropna`` parameter which can be used to specify whether NaN/NaT values should be considered (:issue:`17534`)
1717
- :func:`to_csv` now supports ``compression`` keyword when a file handle is passed. (:issue:`21227`)
18-
-
18+
- :meth:`Index.droplevel` is now implemented also for flat indexes, for compatibility with MultiIndex (:issue:`21115`)
19+
1920

2021
.. _whatsnew_0240.api_breaking:
2122

0 commit comments

Comments
 (0)