Skip to content

Commit b8d0968

Browse files
committed
put back more deleted blank lines
1 parent 75b5790 commit b8d0968

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
@@ -10653,11 +10653,13 @@ def _doc_parms(cls):
1065310653
----------
1065410654
axis : {0 or 'index', 1 or 'columns', None}, default 0
1065510655
Indicate which axis or axes should be reduced.
10656+
1065610657
* 0 / 'index' : reduce the index, return a Series whose index is the
1065710658
original column labels.
1065810659
* 1 / 'columns' : reduce the columns, return a Series whose index is the
1065910660
original index.
1066010661
* None : reduce all axes, return a scalar.
10662+
1066110663
bool_only : bool, default None
1066210664
Include only boolean columns. If None, will attempt to use everything,
1066310665
then use only boolean data. Not implemented for Series.

0 commit comments

Comments
 (0)