Skip to content

Commit

Permalink
Remove incorrect "Pass tuple or list to drop on multiple axes." from …
Browse files Browse the repository at this point in the history
…dropna docs
  • Loading branch information
Pawel-Kranzberg authored Jun 26, 2023
1 parent 965ceca commit 01ffa53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -6296,7 +6296,6 @@ def dropna(
* 0, or 'index' : Drop rows which contain missing values.
* 1, or 'columns' : Drop columns which contain missing value.
Pass tuple or list to drop on multiple axes.
Only a single axis is allowed.
how : {'any', 'all'}, default 'any'
Expand Down

0 comments on commit 01ffa53

Please sign in to comment.