Skip to content

Commit 5d96544

Browse files
committed
put back more deleted blank lines
1 parent aabc964 commit 5d96544

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/generic.py

+2
Original file line numberDiff line numberDiff line change
@@ -10545,11 +10545,13 @@ def _doc_parms(cls):
1054510545
----------
1054610546
axis : {0 or 'index', 1 or 'columns', None}, default 0
1054710547
Indicate which axis or axes should be reduced.
10548+
1054810549
* 0 / 'index' : reduce the index, return a Series whose index is the
1054910550
original column labels.
1055010551
* 1 / 'columns' : reduce the columns, return a Series whose index is the
1055110552
original index.
1055210553
* None : reduce all axes, return a scalar.
10554+
1055310555
bool_only : bool, default None
1055410556
Include only boolean columns. If None, will attempt to use everything,
1055510557
then use only boolean data. Not implemented for Series.

0 commit comments

Comments
 (0)