File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4367,9 +4367,9 @@ def sort_values(
4367
4367
If True, perform operation in-place.
4368
4368
kind : {'quicksort', 'mergesort', 'heapsort'}, default 'quicksort'
4369
4369
Choice of sorting algorithm. See also ndarray.np.sort for more
4370
- information. `mergesort` is the only stable algorithm. For
4371
- DataFrames, this option is only applied when sorting on a single
4372
- column or label .
4370
+ information. `mergesort` is the only stable algorithm. For
4371
+ DataFrames, if sorting by multiple columns or labels, this
4372
+ argument is ignored, defaulting to a stable sorting algorithm .
4373
4373
na_position : {'first', 'last'}, default 'last'
4374
4374
Puts NaNs at the beginning if `first`; `last` puts NaNs at the
4375
4375
end.
You can’t perform that action at this time.
0 commit comments