We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faad5ab commit 684faf7Copy full SHA for 684faf7
pandas/core/series.py
@@ -6567,7 +6567,7 @@ def min(
6567
Returns
6568
-------
6569
scalar or Series (if level specified)
6570
- The maximum of the values in the Series.
+ The minimum of the values in the Series.
6571
6572
See Also
6573
--------
@@ -6716,7 +6716,7 @@ def sum(
6716
6717
6718
6719
- Median of the values for the requested axis.
+ Sum of the values for the requested axis.
6720
6721
6722
@@ -6826,7 +6826,7 @@ def mean(
6826
6827
6828
6829
+ Mean of the values for the requested axis.
6830
6831
6832
0 commit comments