pandas.Index.argmax

Index.argmax(axis=None, skipna=True)[source]

Return a ndarray of the maximum argument indexer.

Parameters:
axis : {None}

Dummy argument for consistency with Series

skipna : bool, default True
Scroll To Top