Skip to content
Prev Previous commit
Next Next commit
added axis description
  • Loading branch information
Marcon Laforet authored and Marcon Laforet committed Mar 10, 2018
commit adacc3498b418457b7d45686e76b01175b989cee
4 changes: 3 additions & 1 deletion pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -7787,7 +7787,9 @@ def _doc_parms(cls):

Parameters
----------
axis : %(axis_descr)s
axis : int, default 0
Select the axis that you would like to analyze. For column-wise
(axis=0), for row-wise (axis=1).
skipna : boolean, default True
Exclude NA/null values. If an entire row/column is NA, the result
will be NA.
Expand Down