Table Of Contents

Search

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

pandas.TimedeltaIndex.argmax

TimedeltaIndex.argmax(axis=None, *args, **kwargs)

Returns the indices of the maximum values along an axis. See numpy.ndarray.argmax for more information on the axis parameter.