Skip to content

Commit b478686

Browse files
alinde1pandres
authored andcommitted
DOC: is confusing for ddof parameter of sem, var and std functions (pandas-dev#19986)
1 parent 29c65a3 commit b478686

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/generic.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -7766,7 +7766,8 @@ def _doc_parms(cls):
77667766
If the axis is a MultiIndex (hierarchical), count along a
77677767
particular level, collapsing into a %(name1)s
77687768
ddof : int, default 1
7769-
degrees of freedom
7769+
Delta Degrees of Freedom. The divisor used in calculations is N - ddof,
7770+
where N represents the number of elements.
77707771
numeric_only : boolean, default None
77717772
Include only float, int, boolean columns. If None, will attempt to use
77727773
everything, then use only numeric data. Not implemented for Series.

0 commit comments

Comments
 (0)