Skip to content

Commit a85ef2a

Browse files
committed
add explanation for keeping how
1 parent e8ceb92 commit a85ef2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4609,7 +4609,7 @@ def dropna(self, axis=0, inplace=False, how=None):
46094609
inplace : bool, default False
46104610
If True, do operation inplace and return None.
46114611
how : str, optional
4612-
Not in use.
4612+
Not in use. Kept for compatibility.
46134613
46144614
Returns
46154615
-------

0 commit comments

Comments
 (0)