Skip to content

Commit 32a74f1

Browse files
jrbourbeauTomAugspurger
authored andcommitted
DOC: Reorders DataFrame.any and all docstrings (#22774)
1 parent 793b24e commit 32a74f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/generic.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -9671,15 +9671,15 @@ def _doc_parms(cls):
96719671
original index.
96729672
* None : reduce all axes, return a scalar.
96739673
9674+
bool_only : boolean, default None
9675+
Include only boolean columns. If None, will attempt to use everything,
9676+
then use only boolean data. Not implemented for Series.
96749677
skipna : boolean, default True
96759678
Exclude NA/null values. If an entire row/column is NA, the result
96769679
will be NA.
96779680
level : int or level name, default None
96789681
If the axis is a MultiIndex (hierarchical), count along a
96799682
particular level, collapsing into a %(name1)s.
9680-
bool_only : boolean, default None
9681-
Include only boolean columns. If None, will attempt to use everything,
9682-
then use only boolean data. Not implemented for Series.
96839683
**kwargs : any, default None
96849684
Additional keywords have no effect but might be accepted for
96859685
compatibility with NumPy.

0 commit comments

Comments
 (0)