Skip to content

Commit 898ab21

Browse files
authored
DOC: ddof in cov when nans present (#52137)
1 parent 5269aef commit 898ab21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/frame.py

+1
Original file line numberDiff line numberDiff line change
@@ -10557,6 +10557,7 @@ def cov(
1055710557
ddof : int, default 1
1055810558
Delta degrees of freedom. The divisor used in calculations
1055910559
is ``N - ddof``, where ``N`` represents the number of elements.
10560+
This argument is applicable only when no ``nan`` is in the dataframe.
1056010561
1056110562
.. versionadded:: 1.1.0
1056210563

0 commit comments

Comments
 (0)