Skip to content

Commit f0a94ae

Browse files
DOC: add PR01,RT03,SA01 for pandas.DataFrame.std
1 parent 2cddb29 commit f0a94ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12149,7 +12149,7 @@ def std(
1214912149
numeric_only : bool, default False
1215012150
Include only float, int, boolean columns. Not implemented for Series.
1215112151
**kwargs : dict
12152-
Parameters to accommodate numpy arguments.
12152+
Additional keyword arguments to be passed to the function.
1215312153
1215412154
Returns
1215512155
-------

0 commit comments

Comments
 (0)