[go: up one dir, main page]

Skip to content

Commit

Permalink
DOC: Improve DataFrameGroupBy.std ddof doc (pandas-dev#59425)
Browse files Browse the repository at this point in the history
improve ddof doc of DataFrameGroupBy.std
  • Loading branch information
KevsterAmp authored Aug 6, 2024
1 parent dfbd97e commit fe8a947
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pandas/core/groupby/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -2437,7 +2437,8 @@ def std(
Parameters
----------
ddof : int, default 1
Degrees of freedom.
Delta Degrees of Freedom. The divisor used in calculations is ``N - ddof``,
where ``N`` represents the number of elements.
engine : str, default None
* ``'cython'`` : Runs the operation through C-extensions from cython.
Expand Down

0 comments on commit fe8a947

Please sign in to comment.