Skip to content

Commit 1bd46f7

Browse files
kpapdacPingviinituutti
authored andcommitted
Edit parameter type in pandas.core.frame.py DataFrame.count (pandas-dev#25198)
1 parent a1fe206 commit 1bd46f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7236,7 +7236,7 @@ def count(self, axis=0, level=None, numeric_only=False):
72367236
If the axis is a `MultiIndex` (hierarchical), count along a
72377237
particular `level`, collapsing into a `DataFrame`.
72387238
A `str` specifies the level name.
7239-
numeric_only : boolean, default False
7239+
numeric_only : bool, default False
72407240
Include only `float`, `int` or `boolean` data.
72417241
72427242
Returns

0 commit comments

Comments
 (0)