Skip to content

Commit

Permalink
DOC: update DataFrame.dropna's axis argument docs (pandas-dev#21652)
Browse files Browse the repository at this point in the history
  • Loading branch information
taljaards authored and jorisvandenbossche committed Jun 27, 2018
1 parent 44c5460 commit f9cc39f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -4186,6 +4186,7 @@ def dropna(self, axis=0, how='any', thresh=None, subset=None,
.. deprecated:: 0.23.0
Pass tuple or list to drop on multiple axes.
Only a single axis is allowed.
how : {'any', 'all'}, default 'any'
Determine if row or column is removed from DataFrame, when we have
Expand Down

0 comments on commit f9cc39f

Please sign in to comment.