Skip to content

Commit 5663a73

Browse files
DOC: add Series.std for pandas.DataFrame.std
1 parent f0a94ae commit 5663a73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/frame.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12153,11 +12153,12 @@ def std(
1215312153
1215412154
Returns
1215512155
-------
12156-
Series or DataFrame (if level specified)
12156+
Series or scalar
1215712157
Standard deviation over requested axis.
1215812158
1215912159
See Also
1216012160
--------
12161+
Series.std : Return standard deviation over Series values.
1216112162
DataFrame.mean : Return the mean of the values over the requested axis.
1216212163
DataFrame.mediam : Return the mediam of the values over the requested axis.
1216312164
DataFrame.mode : Get the mode(s) of each element along the requested axis.

0 commit comments

Comments
 (0)