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/v1.0.1.rst
+1
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ Fixed regressions
27
27
- Fixed regression in objTOJSON.c fix return-type warning (:issue:`31463`)
28
28
- Fixed regression in :meth:`qcut` when passed a nullable integer. (:issue:`31389`)
29
29
- Fixed regression in assigning to a :class:`Series` using a nullable integer dtype (:issue:`31446`)
30
+
- Fixed performance regression when indexing a ``DataFrame`` or ``Series`` with a :class:`MultiIndex` for the index using a list of labels (:issue:`31616`)
0 commit comments