Skip to content

Commit d2b025d

Browse files
committed
DOC: Add missing periods in DataFrame docstrings
1 parent cc40732 commit d2b025d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11774,7 +11774,7 @@ def count(self, axis: Axis = 0, numeric_only: bool = False) -> Series:
1177411774
axis : {0 or 'index', 1 or 'columns'}, default 0
1177511775
If 0 or 'index' counts are generated for each column.
1177611776
If 1 or 'columns' counts are generated for each row.
11777-
numeric_only : bool, default False
11777+
numeric_only : bool, default False.
1177811778
Include only `float`, `int` or `boolean` data.
1177911779
1178011780
Returns

0 commit comments

Comments
 (0)