Skip to content

Commit b6c6fdb

Browse files
TomAugspurgerhexgnu
authored andcommitted
DOC: Fix min_count docstring (pandas-dev#19005)
[ci skip]
1 parent 5948107 commit b6c6fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7664,7 +7664,7 @@ def _doc_parms(cls):
76647664

76657665

76667666
_min_count_stub = """\
7667-
min_count : int, default 1
7667+
min_count : int, default 0
76687668
The required number of valid values to perform the operation. If fewer than
76697669
``min_count`` non-NA values are present the result will be NA.
76707670

0 commit comments

Comments
 (0)