Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.Index.argsort

Index.argsort(*args, **kwargs)[source]

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

Returns:argsorted : numpy array
Scroll To Top