Skip to content

Commit 9e91f78

Browse files
committed
put back more deleted blank lines
1 parent b3820cb commit 9e91f78

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
@@ -10551,11 +10551,13 @@ def _doc_parms(cls):
1055110551
----------
1055210552
axis : {0 or 'index', 1 or 'columns', None}, default 0
1055310553
Indicate which axis or axes should be reduced.
10554+
1055410555
* 0 / 'index' : reduce the index, return a Series whose index is the
1055510556
original column labels.
1055610557
* 1 / 'columns' : reduce the columns, return a Series whose index is the
1055710558
original index.
1055810559
* None : reduce all axes, return a scalar.
10560+
1055910561
bool_only : bool, default None
1056010562
Include only boolean columns. If None, will attempt to use everything,
1056110563
then use only boolean data. Not implemented for Series.

0 commit comments

Comments
 (0)