Skip to content

Commit 8bed382

Browse files
committed
put back more deleted blank lines
1 parent 9010983 commit 8bed382

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/generic.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10654,11 +10654,13 @@ def _doc_parms(cls):
1065410654
----------
1065510655
axis : {0 or 'index', 1 or 'columns', None}, default 0
1065610656
Indicate which axis or axes should be reduced.
10657+
1065710658
* 0 / 'index' : reduce the index, return a Series whose index is the
1065810659
original column labels.
1065910660
* 1 / 'columns' : reduce the columns, return a Series whose index is the
1066010661
original index.
1066110662
* None : reduce all axes, return a scalar.
10663+
1066210664
bool_only : bool, default None
1066310665
Include only boolean columns. If None, will attempt to use everything,
1066410666
then use only boolean data. Not implemented for Series.

0 commit comments

Comments
 (0)