TimedeltaIndex.argmin()
pandas.TimedeltaIndex.argmin
-
TimedeltaIndex.argmin(axis=None, *args, **kwargs)
-
Returns the indices of the minimum values along an axis. See
numpy.ndarray.argmin
for more information on theaxis
parameter.See also
© 2011–2012 Lambda Foundry, Inc. and PyData Development Team
© 2008–2011 AQR Capital Management, LLC
© 2008–2014 the pandas development team
Licensed under the 3-clause BSD Lic