Skip to content

Commit eca8fa1

Browse files
DOC Remove incorrect line from dropna docs (#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 a3ab7a3 commit eca8fa1

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)