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 db82165 commit 01b91c2Copy full SHA for 01b91c2
pandas/core/generic.py
@@ -7766,7 +7766,8 @@ def _doc_parms(cls):
7766
If the axis is a MultiIndex (hierarchical), count along a
7767
particular level, collapsing into a %(name1)s
7768
ddof : int, default 1
7769
- degrees of freedom
+ Delta Degrees of Freedom. The divisor used in calculations is N - ddof,
7770
+ where N represents the number of elements.
7771
numeric_only : boolean, default None
7772
Include only float, int, boolean columns. If None, will attempt to use
7773
everything, then use only numeric data. Not implemented for Series.
0 commit comments