Method
sort_values
(
self,
*,
axis: Axis = ...,
ascending: bool | Sequence[bool] = ...,
inplace: Literal[False] = ...,
kind: SortKind = ...,
na_position: NaPosition = ...,
ignore_index: bool = ...,
key: ValueKeyFunc = ...,
)
Source from the content-addressed store, hash-verified
| 3539 | |
| 3540 | @overload |
| 3541 | def sort_values( |
| 3542 | self, |
| 3543 | *, |
| 3544 | axis: Axis = ..., |
| 3545 | ascending: bool | Sequence[bool] = ..., |
| 3546 | inplace: Literal[False] = ..., |
| 3547 | kind: SortKind = ..., |
| 3548 | na_position: NaPosition = ..., |
| 3549 | ignore_index: bool = ..., |
| 3550 | key: ValueKeyFunc = ..., |
| 3551 | ) -> Series: ... |
| 3552 | |
| 3553 | @overload |
| 3554 | def sort_values( |