ExtensionArray.
argsort
Return the indices that would sort this array.
Whether the indices should result in an ascending or descending sort.
Sorting algorithm.
Passed through to numpy.argsort().
numpy.argsort()
Array of indices that sort self. If NaN values are contained, NaN values are placed at the end.
self
See also
numpy.argsort
Sorting implementation used internally.