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.24.0.txt
+2-1
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ Renaming names in a MultiIndex
188
188
:func:`DataFrame.rename_axis` now supports ``index`` and ``columns`` arguments
189
189
and :func:`Series.rename_axis` supports ``index`` argument (:issue:`19978`)
190
190
191
-
This change allows a dictionary to be passed so that some of the names
191
+
This change allows a dictionary to be passed so that some of the names
192
192
of a ``MultiIndex`` can be changed.
193
193
194
194
Example:
@@ -1150,6 +1150,7 @@ Indexing
1150
1150
- :class:`Index` no longer mangles ``None``, ``NaN`` and ``NaT``, i.e. they are treated as three different keys. However, for numeric Index all three are still coerced to a ``NaN`` (:issue:`22332`)
1151
1151
- Bug in `scalar in Index` if scalar is a float while the ``Index`` is of integer dtype (:issue:`22085`)
1152
1152
- Bug in `MultiIndex.set_levels` when levels value is not subscriptable (:issue:`23273`)
1153
+
- Bug in :class:`Index` slicing with boolean :class:`Index` may raise ``TypeError`` (:issue:`22533`)
0 commit comments