Skip to content

Commit

Permalink
Edit parameter type in pandas.core.frame.py DataFrame.count (#25198)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpapdac authored and WillAyd committed Feb 12, 2019
1 parent 3ab9318 commit 4d44a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -7236,7 +7236,7 @@ def count(self, axis=0, level=None, numeric_only=False):
If the axis is a `MultiIndex` (hierarchical), count along a
particular `level`, collapsing into a `DataFrame`.
A `str` specifies the level name.
numeric_only : boolean, default False
numeric_only : bool, default False
Include only `float`, `int` or `boolean` data.
Returns
Expand Down

0 comments on commit 4d44a2a

Please sign in to comment.