Skip to content

Commit f9cc39f

Browse files
taljaardsjorisvandenbossche
authored andcommitted
DOC: update DataFrame.dropna's axis argument docs (#21652)
1 parent 44c5460 commit f9cc39f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/frame.py

+1
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)