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