Skip to content

Commit 8f51b9f

Browse files
committed
put back more deleted blank lines
1 parent dc49bc4 commit 8f51b9f

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
@@ -10686,11 +10686,13 @@ def _doc_parms(cls):
1068610686
----------
1068710687
axis : {0 or 'index', 1 or 'columns', None}, default 0
1068810688
Indicate which axis or axes should be reduced.
10689+
1068910690
* 0 / 'index' : reduce the index, return a Series whose index is the
1069010691
original column labels.
1069110692
* 1 / 'columns' : reduce the columns, return a Series whose index is the
1069210693
original index.
1069310694
* None : reduce all axes, return a scalar.
10695+
1069410696
bool_only : bool, default None
1069510697
Include only boolean columns. If None, will attempt to use everything,
1069610698
then use only boolean data. Not implemented for Series.

0 commit comments

Comments
 (0)