@@ -5510,8 +5510,8 @@ def _doc_parms(cls):
5510
5510
If the axis is a MultiIndex (hierarchical), count along a
5511
5511
particular level, collapsing into a %(name1)s
5512
5512
numeric_only : boolean, default None
5513
- Include only float, int, boolean data . If None, will attempt to use
5514
- everything, then use only numeric data
5513
+ Include only float, int, boolean columns . If None, will attempt to use
5514
+ everything, then use only numeric data. Not implemented for Series.
5515
5515
5516
5516
Returns
5517
5517
-------
@@ -5533,8 +5533,8 @@ def _doc_parms(cls):
5533
5533
ddof : int, default 1
5534
5534
degrees of freedom
5535
5535
numeric_only : boolean, default None
5536
- Include only float, int, boolean data . If None, will attempt to use
5537
- everything, then use only numeric data
5536
+ Include only float, int, boolean columns . If None, will attempt to use
5537
+ everything, then use only numeric data. Not implemented for Series.
5538
5538
5539
5539
Returns
5540
5540
-------
@@ -5554,8 +5554,8 @@ def _doc_parms(cls):
5554
5554
If the axis is a MultiIndex (hierarchical), count along a
5555
5555
particular level, collapsing into a %(name1)s
5556
5556
bool_only : boolean, default None
5557
- Include only boolean data . If None, will attempt to use everything,
5558
- then use only boolean data
5557
+ Include only boolean columns . If None, will attempt to use everything,
5558
+ then use only boolean data. Not implemented for Series.
5559
5559
5560
5560
Returns
5561
5561
-------
0 commit comments