Skip to content

Commit 5257214

Browse files
committed
DOC: Fix min_count docstring (pandas-dev#19005)
[ci skip] (cherry picked from commit 35443b5)
1 parent d60465e commit 5257214

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
@@ -7263,7 +7263,7 @@ def _doc_parms(cls):
72637263

72647264

72657265
_min_count_stub = """\
7266-
min_count : int, default 1
7266+
min_count : int, default 0
72677267
The required number of valid values to perform the operation. If fewer than
72687268
``min_count`` non-NA values are present the result will be NA.
72697269

0 commit comments

Comments
 (0)