Skip to content

Commit 37cd72a

Browse files
committed
put back more deleted blank lines
1 parent fa41df8 commit 37cd72a

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
@@ -10542,11 +10542,13 @@ def _doc_parms(cls):
1054210542
----------
1054310543
axis : {0 or 'index', 1 or 'columns', None}, default 0
1054410544
Indicate which axis or axes should be reduced.
10545+
1054510546
* 0 / 'index' : reduce the index, return a Series whose index is the
1054610547
original column labels.
1054710548
* 1 / 'columns' : reduce the columns, return a Series whose index is the
1054810549
original index.
1054910550
* None : reduce all axes, return a scalar.
10551+
1055010552
bool_only : bool, default None
1055110553
Include only boolean columns. If None, will attempt to use everything,
1055210554
then use only boolean data. Not implemented for Series.

0 commit comments

Comments
 (0)