Skip to content

Commit 6c4cb6f

Browse files
knuuWillAyd
authored andcommitted
fix typo of see also in DataFrame stat funcs (#25388)
1 parent 13a505d commit 6c4cb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10866,7 +10866,7 @@ def _doc_parms(cls):
1086610866
Series.max : Return the maximum.
1086710867
Series.idxmin : Return the index of the minimum.
1086810868
Series.idxmax : Return the index of the maximum.
10869-
DataFrame.min : Return the sum over the requested axis.
10869+
DataFrame.sum : Return the sum over the requested axis.
1087010870
DataFrame.min : Return the minimum over the requested axis.
1087110871
DataFrame.max : Return the maximum over the requested axis.
1087210872
DataFrame.idxmin : Return the index of the minimum over the requested axis.

0 commit comments

Comments
 (0)