On this page
pandas.Index.argmin
Index.argmin(axis=None, skipna=True)
[source]-
Return a ndarray of the minimum argument indexer.
Parameters: -
axis : {None}
-
Dummy argument for consistency with Series
-
skipna : bool, default True
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.24.2/reference/api/pandas.Index.argmin.html