Skip to content

Commit 9481a9f

Browse files
Update pandas/core/indexes/base.py
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent b5f7a32 commit 9481a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2427,7 +2427,7 @@ def hasnans(self) -> bool:
24272427
--------
24282428
Index.isna : Return a boolean same-sized object indicating if the values
24292429
are NA.
2430-
Index.dropna : Return a new Series with missing values removed.
2430+
Index.dropna : Return a new Index with missing values removed.
24312431
Index.fillna : Fill NA/NaN values using the specified method.
24322432
24332433
Examples

0 commit comments

Comments
 (0)