We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b5790 commit b8d0968Copy full SHA for b8d0968
pandas/core/generic.py
@@ -10653,11 +10653,13 @@ def _doc_parms(cls):
10653
----------
10654
axis : {0 or 'index', 1 or 'columns', None}, default 0
10655
Indicate which axis or axes should be reduced.
10656
+
10657
* 0 / 'index' : reduce the index, return a Series whose index is the
10658
original column labels.
10659
* 1 / 'columns' : reduce the columns, return a Series whose index is the
10660
original index.
10661
* None : reduce all axes, return a scalar.
10662
10663
bool_only : bool, default None
10664
Include only boolean columns. If None, will attempt to use everything,
10665
then use only boolean data. Not implemented for Series.
0 commit comments