We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56cf80 commit f003e98Copy full SHA for f003e98
pandas-stubs/core/indexes/base.pyi
@@ -418,10 +418,8 @@ class Index(IndexOpsMixin[S1], ElementOpsMixin[S1]):
418
def hasnans(self) -> bool: ...
419
@final
420
def isna(self) -> Index[bool]: ...
421
- isnull = isna
422
423
def notna(self) -> Index[bool]: ...
424
- notnull = notna
425
def fillna(self, value: Scalar) -> Index: ...
426
def dropna(self, how: AnyAll = "any") -> Self: ...
427
def unique(self, level: Hashable | None = None) -> Self: ...
0 commit comments