Skip to content

Commit 3b4a42a

Browse files
Update categorical.py
1 parent 924f693 commit 3b4a42a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/core/arrays/categorical.py

-3
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,6 @@ def isna(self):
14111411

14121412
ret = self._codes == -1
14131413
return ret
1414-
14151414
isnull = isna
14161415

14171416
def notna(self):
@@ -1433,7 +1432,6 @@ def notna(self):
14331432
14341433
"""
14351434
return ~self.isna()
1436-
14371435
notnull = notna
14381436

14391437
def put(self, *args, **kwargs):
@@ -2556,7 +2554,6 @@ def index(self):
25562554
stacklevel=2)
25572555
return self._index
25582556

2559-
25602557
# utility routines
25612558

25622559

0 commit comments

Comments
 (0)