File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9671,15 +9671,15 @@ def _doc_parms(cls):
9671
9671
original index.
9672
9672
* None : reduce all axes, return a scalar.
9673
9673
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.
9674
9677
skipna : boolean, default True
9675
9678
Exclude NA/null values. If an entire row/column is NA, the result
9676
9679
will be NA.
9677
9680
level : int or level name, default None
9678
9681
If the axis is a MultiIndex (hierarchical), count along a
9679
9682
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.
9683
9683
**kwargs : any, default None
9684
9684
Additional keywords have no effect but might be accepted for
9685
9685
compatibility with NumPy.
You can’t perform that action at this time.
0 commit comments