Skip to content

Commit

Permalink
DOC: Reorders DataFrame.any and all docstrings (#22774)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau authored and TomAugspurger committed Sep 20, 2018
1 parent 793b24e commit 32a74f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -9671,15 +9671,15 @@ def _doc_parms(cls):
original index.
* None : reduce all axes, return a scalar.
bool_only : boolean, default None
Include only boolean columns. If None, will attempt to use everything,
then use only boolean data. Not implemented for Series.
skipna : boolean, default True
Exclude NA/null values. If an entire row/column is NA, the result
will be NA.
level : int or level name, default None
If the axis is a MultiIndex (hierarchical), count along a
particular level, collapsing into a %(name1)s.
bool_only : boolean, default None
Include only boolean columns. If None, will attempt to use everything,
then use only boolean data. Not implemented for Series.
**kwargs : any, default None
Additional keywords have no effect but might be accepted for
compatibility with NumPy.
Expand Down

0 comments on commit 32a74f1

Please sign in to comment.