Series.argSort
Return the integer indices that would sort the Series values
danfo.Series.argSort(options)
Returns: Series (int element)
Example
Last updated
Return the integer indices that would sort the Series values
danfo.Series.argSort(options)
Returns: Series (int element)
Example
Last updated
Parameters | Type | Description | Default |
---|---|---|---|
options
Object
ascending: How to sort the indices
{ ascending: true
}