Skip to content

Commit d7c6e01

Browse files
committed
resolving addition comments
1 parent 02d7c00 commit d7c6e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4168,7 +4168,7 @@ def dropna(self, axis=0, how='any', thresh=None, subset=None,
41684168
41694169
Parameters
41704170
----------
4171-
axis : {0 or 'index', 1 or 'columns'}
4171+
axis : {0 or 'index', 1 or 'columns'}, default 0
41724172
Determine if rows or columns which contain missing values are
41734173
removed.
41744174

0 commit comments

Comments
 (0)