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.20.0.txt
+2-1
Original file line number
Diff line number
Diff line change
@@ -785,7 +785,7 @@ Performance Improvements
785
785
- Improved performance of ``.rank()`` for categorical data (:issue:`15498`)
786
786
- Improved performance when using ``.unstack()`` (:issue:`15503`)
787
787
- Improved performance of merge/join on ``category`` columns (:issue:`10409`)
788
-
788
+
- Improved performance of ``Series.sort_index()`` with a monotonic index (:issue:`15694`)
789
789
790
790
.. _whatsnew_0200.bug_fixes:
791
791
@@ -818,6 +818,7 @@ Bug Fixes
818
818
- Bug in ``pd.qcut()`` with a single quantile and an array with identical values (:issue:`15431`)
819
819
- Compat with SciPy 0.19.0 for testing on ``.interpolate()`` (:issue:`15662`)
820
820
821
+
- Bug in ``DataFrame.sort_index()`` that would not sort a lexsorted, but non monotonic ``MultiIndex`` (:issue:`15622`, :issue:`15687`, :issue:`14015`, :issue:`13431`)
821
822
822
823
- Bug in the display of ``.info()`` where a qualifier (+) would always be displayed with a ``MultiIndex`` that contains only non-strings (:issue:`15245`)
0 commit comments