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.1.rst
+1
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ Fixed Regressions
22
22
23
23
- Bug in :meth:`DataFrame.itertuples` with ``records`` orient raising an ``AttributeError`` when the ``DataFrame`` contained more than 255 columns (:issue:`24939`)
24
24
- Bug in :meth:`DataFrame.itertuples` orient converting integer column names to strings prepended with an underscore (:issue:`24940`)
25
+
- Fixed regression in :class:`Index.intersection` incorrectly sorting the values by default (:issue:`24959`).
0 commit comments