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 29dd29a commit 25b4119Copy full SHA for 25b4119
pandas/core/series.py
@@ -3119,7 +3119,7 @@ def sort_values(
3119
axis : {0 or 'index'}, default 0
3120
Axis to direct sorting. The value 'index' is accepted for
3121
compatibility with DataFrame.sort_values.
3122
- ascending : bool, default True
+ ascending : bool or list of bools, default True
3123
If True, sort values in ascending order, otherwise descending.
3124
inplace : bool, default False
3125
If True, perform operation in-place.
0 commit comments