DatetimeIndex.argmax()
pandas.DatetimeIndex.argmax
-
DatetimeIndex.argmax(axis=None, *args, **kwargs)
-
Returns the indices of the maximum values along an axis. See
numpy.ndarray.argmax
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 License