Skip to content

Commit 0c1b1f1

Browse files
committed
put back more deleted blank lines
1 parent 4e76bf8 commit 0c1b1f1

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
@@ -10430,11 +10430,13 @@ def _doc_parms(cls):
1043010430
----------
1043110431
axis : {0 or 'index', 1 or 'columns', None}, default 0
1043210432
Indicate which axis or axes should be reduced.
10433+
1043310434
* 0 / 'index' : reduce the index, return a Series whose index is the
1043410435
original column labels.
1043510436
* 1 / 'columns' : reduce the columns, return a Series whose index is the
1043610437
original index.
1043710438
* None : reduce all axes, return a scalar.
10439+
1043810440
bool_only : bool, default None
1043910441
Include only boolean columns. If None, will attempt to use everything,
1044010442
then use only boolean data. Not implemented for Series.

0 commit comments

Comments
 (0)