We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a94ae commit 5663a73Copy full SHA for 5663a73
pandas/core/frame.py
@@ -12153,11 +12153,12 @@ def std(
12153
12154
Returns
12155
-------
12156
- Series or DataFrame (if level specified)
+ Series or scalar
12157
Standard deviation over requested axis.
12158
12159
See Also
12160
--------
12161
+ Series.std : Return standard deviation over Series values.
12162
DataFrame.mean : Return the mean of the values over the requested axis.
12163
DataFrame.mediam : Return the mediam of the values over the requested axis.
12164
DataFrame.mode : Get the mode(s) of each element along the requested axis.
0 commit comments