Table Of Contents

Search

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

pandas.DatetimeIndex.argsort

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

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

Returns:argsorted : numpy array
Scroll To Top