We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 924f693 commit 3b4a42aCopy full SHA for 3b4a42a
pandas/core/arrays/categorical.py
@@ -1411,7 +1411,6 @@ def isna(self):
1411
1412
ret = self._codes == -1
1413
return ret
1414
-
1415
isnull = isna
1416
1417
def notna(self):
@@ -1433,7 +1432,6 @@ def notna(self):
1433
1432
1434
"""
1435
return ~self.isna()
1436
1437
notnull = notna
1438
1439
def put(self, *args, **kwargs):
@@ -2556,7 +2554,6 @@ def index(self):
2556
2554
stacklevel=2)
2557
2555
return self._index
2558
2559
2560
# utility routines
2561
2562
0 commit comments