Skip to content

Commit 2ddc724

Browse files
taljaardsvictor
authored and
victor
committed
DOC: update DataFrame.dropna's axis argument docs (pandas-dev#21652)
1 parent 44b2c0c commit 2ddc724

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4186,6 +4186,7 @@ def dropna(self, axis=0, how='any', thresh=None, subset=None,
41864186
41874187
.. deprecated:: 0.23.0
41884188
Pass tuple or list to drop on multiple axes.
4189+
Only a single axis is allowed.
41894190
41904191
how : {'any', 'all'}, default 'any'
41914192
Determine if row or column is removed from DataFrame, when we have

0 commit comments

Comments
 (0)