We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0964bd commit 424c7e4Copy full SHA for 424c7e4
pandas/core/indexes/base.py
@@ -2425,10 +2425,10 @@ def hasnans(self) -> bool:
2425
2426
See Also
2427
--------
2428
- Series.isna : Return a boolean same-sized object indicating if the values
+ Index.isna : Return a boolean same-sized object indicating if the values
2429
are NA.
2430
- Series.dropna : Return a new Series with missing values removed.
2431
- Series.fillna : Fill NA/NaN values using the specified method.
+ Index.dropna : Return a new Series with missing values removed.
+ Index.fillna : Fill NA/NaN values using the specified method.
2432
2433
Examples
2434
0 commit comments