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
BUG: na_position doesn't work for sort_index() with MultiIndex
closes#14784
Author: Line Pedersen <[email protected]>
Closes#15845 from linebp/json_normalize_seperator and squashes the following commits:
66f809e [Line Pedersen] BUG GH14784 na_position doesn't work for sort_index() with MultiIndex
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.20.0.txt
+1
Original file line number
Diff line number
Diff line change
@@ -1564,6 +1564,7 @@ Indexing
1564
1564
- Bug in the HTML display with with a ``MultiIndex`` and truncation (:issue:`14882`)
1565
1565
- Bug in the display of ``.info()`` where a qualifier (+) would always be displayed with a ``MultiIndex`` that contains only non-strings (:issue:`15245`)
1566
1566
- Bug in ``pd.concat()`` where the names of ``MultiIndex`` of resulting ``DataFrame`` are not handled correctly when ``None`` is presented in the names of ``MultiIndex`` of input ``DataFrame`` (:issue:`15787`)
1567
+
- Bug in ``DataFrame.sort_index()`` and ``Series.sort_index()`` where ``na_position`` doesn't work with a ``MultiIndex`` (:issue:`14784`)
0 commit comments