Skip to content

Commit 922483d

Browse files
knuuPingviinituutti
authored andcommitted
fix typo of see also in DataFrame stat funcs (pandas-dev#25388)
1 parent 27932cb commit 922483d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
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)