pandas.Index.argsort — pandas 0.18.1 documentation (original) (raw)

Index.argsort(*args, **kwargs)

Returns the indices that would sort the index and its underlying data.

Returns: argsorted : numpy array

See also

numpy.ndarray.argsort