Skip to content

Commit 7e01e0a

Browse files
committed
Merge pull request #7102 from gruen/master
TYPO: idxmax is maximum, not minimum
2 parents 5f9d769 + ff76bf9 commit 7e01e0a

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)