Skip to content

Commit 424c7e4

Browse files
Update see also method names
1 parent c0964bd commit 424c7e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/indexes/base.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -2425,10 +2425,10 @@ def hasnans(self) -> bool:
24252425
24262426
See Also
24272427
--------
2428-
Series.isna : Return a boolean same-sized object indicating if the values
2428+
Index.isna : Return a boolean same-sized object indicating if the values
24292429
are NA.
2430-
Series.dropna : Return a new Series with missing values removed.
2431-
Series.fillna : Fill NA/NaN values using the specified method.
2430+
Index.dropna : Return a new Series with missing values removed.
2431+
Index.fillna : Fill NA/NaN values using the specified method.
24322432
24332433
Examples
24342434
--------

0 commit comments

Comments
 (0)