Series.sortValues
Sorts a Series in ascending or descending order
Last updated
Was this helpful?
Sorts a Series in ascending or descending order
Last updated
Was this helpful?
danfo.Series.sortValues(options) []
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 Series values in descending order