Skip to content

Commit

Permalink
Update pandas/core/indexes/base.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
  • Loading branch information
shriyakalakata and mroeschke authored Apr 21, 2024
1 parent b5f7a32 commit 9481a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/indexes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2427,7 +2427,7 @@ def hasnans(self) -> bool:
--------
Index.isna : Return a boolean same-sized object indicating if the values
are NA.
Index.dropna : Return a new Series with missing values removed.
Index.dropna : Return a new Index with missing values removed.
Index.fillna : Fill NA/NaN values using the specified method.
Examples
Expand Down

0 comments on commit 9481a9f

Please sign in to comment.