Series.
argmax
(axis=None, skipna=True, *args, **kwargs)[source]¶
Index of first occurrence of maximum of values.
Parameters:skipna : boolean, default True
Returns:Exclude NA/null values
idxmax : Index of maximum of values
See also
DataFrame.idxmax
, numpy.ndarray.argmax
Notes
This method is the Series version of ndarray.argmax
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4