Skip to content

Commit f003e98

Browse files
committed
remove undocumented isnull / fillnull
1 parent c56cf80 commit f003e98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas-stubs/core/indexes/base.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,10 +418,8 @@ class Index(IndexOpsMixin[S1], ElementOpsMixin[S1]):
418418
def hasnans(self) -> bool: ...
419419
@final
420420
def isna(self) -> Index[bool]: ...
421-
isnull = isna
422421
@final
423422
def notna(self) -> Index[bool]: ...
424-
notnull = notna
425423
def fillna(self, value: Scalar) -> Index: ...
426424
def dropna(self, how: AnyAll = "any") -> Self: ...
427425
def unique(self, level: Hashable | None = None) -> Self: ...

0 commit comments

Comments
 (0)