Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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