Skip to content

Commit 5d40d97

Browse files
zaki-indraSeeminSyed
authored andcommitted
Fixing RT02 pandas.Index.dropna and PR08 pandas.Index.fillna (pandas-dev#32359)
1 parent a82f83f commit 5d40d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2163,7 +2163,7 @@ def dropna(self, how="any"):
21632163
21642164
Returns
21652165
-------
2166-
valid : Index
2166+
Index
21672167
"""
21682168
if how not in ("any", "all"):
21692169
raise ValueError(f"invalid how option: {how}")

0 commit comments

Comments
 (0)