Series.sortValues
Sorts a Series in ascending or descending order
danfo.Series.sortValues(options) [source]
Parameters | Type | Description | Default |
---|---|---|---|
options | Object | inplace: Boolean indicating whether to perform the operation in-place or not. Defaults to false ascending: Whether to return sorted values in ascending order or not. Defaults to true | { ascending: true, inplace: false } |
Return: Series
Sort values in a Series
Sort Series inplace
Sort Series values in descending order
Last updated