On this page
pandas.Index.argmax
Index.argmax(self, axis=None, skipna=True, *args, **kwargs)
[source]-
Return an ndarray of the maximum argument indexer.
Parameters: -
axis : {None}
-
Dummy argument for consistency with Series
-
skipna : bool, default True
Returns: - numpy.ndarray
-
Indices of the maximum values.
See also
-
© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.25.0/reference/api/pandas.Index.argmax.html