We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27932cb commit 922483dCopy full SHA for 922483d
pandas/core/generic.py
@@ -10866,7 +10866,7 @@ def _doc_parms(cls):
10866
Series.max : Return the maximum.
10867
Series.idxmin : Return the index of the minimum.
10868
Series.idxmax : Return the index of the maximum.
10869
-DataFrame.min : Return the sum over the requested axis.
+DataFrame.sum : Return the sum over the requested axis.
10870
DataFrame.min : Return the minimum over the requested axis.
10871
DataFrame.max : Return the maximum over the requested axis.
10872
DataFrame.idxmin : Return the index of the minimum over the requested axis.
0 commit comments