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 dc49bc4 commit 8f51b9fCopy full SHA for 8f51b9f
pandas/core/generic.py
@@ -10686,11 +10686,13 @@ def _doc_parms(cls):
10686
----------
10687
axis : {0 or 'index', 1 or 'columns', None}, default 0
10688
Indicate which axis or axes should be reduced.
10689
+
10690
* 0 / 'index' : reduce the index, return a Series whose index is the
10691
original column labels.
10692
* 1 / 'columns' : reduce the columns, return a Series whose index is the
10693
original index.
10694
* None : reduce all axes, return a scalar.
10695
10696
bool_only : bool, default None
10697
Include only boolean columns. If None, will attempt to use everything,
10698
then use only boolean data. Not implemented for Series.
0 commit comments