We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b4119 commit 6a422b2Copy full SHA for 6a422b2
pandas/core/frame.py
@@ -5646,7 +5646,7 @@ def sort_index(
5646
and 1 identifies the columns.
5647
level : int or level name or list of ints or list of level names
5648
If not None, sort on values in specified index level(s).
5649
- ascending : bool or list of bools, default True
+ ascending : bool or list-like of bools, default True
5650
Sort ascending vs. descending. When the index is a MultiIndex the
5651
sort direction can be controlled for each level individually.
5652
inplace : bool, default False
0 commit comments