We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c2237 commit 791de95Copy full SHA for 791de95
doc/source/whatsnew/v0.23.1.txt
@@ -15,6 +15,8 @@ and bug fixes. We recommend that all users upgrade to this version.
15
New features
16
~~~~~~~~~~~~
17
18
+- :meth:`Index.droplevel` is now implemented also for flat indexes, for compatibility with MultiIndex (:issue:`21115`)
19
+
20
21
.. _whatsnew_0231.deprecations:
22
@@ -75,7 +77,6 @@ Indexing
75
77
^^^^^^^^
76
78
79
- Bug in :meth:`Series.reset_index` where appropriate error was not raised with an invalid level name (:issue:`20925`)
-- :meth:`Index.droplevel` is now implemented also for flat indexes, for compatibility with MultiIndex (:issue:`21115`)
80
-
81
82
I/O
0 commit comments