Skip to content

Commit

Permalink
Edit parameter type in pandas.core.frame.py DataFrame.count (pandas-d…
Browse files Browse the repository at this point in the history
  • Loading branch information
kpapdac authored and Pingviinituutti committed Feb 28, 2019
1 parent a1fe206 commit 1bd46f7
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 1bd46f7

Please sign in to comment.