Skip to content

Commit 35443b5

Browse files
DOC: Fix min_count docstring (#19005)
[ci skip]
1 parent d7008b8 commit 35443b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
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)