Skip to content

Commit 2bc7cdc

Browse files
Pawel-Kranzbergim-vinicius
authored and
im-vinicius
committed
DOC Remove incorrect line from dropna docs (pandas-dev#53876)
Update frame.py - remove incorrect line from dropna docs Remove incorrect line "Pass tuple or list to drop on multiple axes. " from dropna, as the ability to drop on multiple axes has been depreciated.
1 parent ff919d0 commit 2bc7cdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/frame.py

-1
Original file line numberDiff line numberDiff line change
@@ -6165,7 +6165,6 @@ def dropna(
61656165
* 0, or 'index' : Drop rows which contain missing values.
61666166
* 1, or 'columns' : Drop columns which contain missing value.
61676167
6168-
Pass tuple or list to drop on multiple axes.
61696168
Only a single axis is allowed.
61706169
61716170
how : {'any', 'all'}, default 'any'

0 commit comments

Comments
 (0)