pandas.Index.argmax — pandas 0.24.0rc1 documentation (original) (raw)

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

See also

numpy.ndarray.argmax