Skip to content

Commit ff76bf9

Browse files
committed
TYPO: idxmax is maximum, not minimum
Confusing doc typo was momentarily confusing.
1 parent 5f9d769 commit ff76bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ def idxmax(self, axis=None, out=None, skipna=True):
11791179
11801180
Returns
11811181
-------
1182-
idxmax : Index of minimum of values
1182+
idxmax : Index of maximum of values
11831183
11841184
Notes
11851185
-----

0 commit comments

Comments
 (0)