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 86f480d commit 88a5563Copy full SHA for 88a5563
pandas/core/arrays/categorical.py
@@ -1409,12 +1409,6 @@ def notna(self):
1409
1410
notnull = notna
1411
1412
- def put(self, *args, **kwargs):
1413
- """
1414
- Replace specific elements in the Categorical with given values.
1415
1416
- raise NotImplementedError(("'put' is not yet implemented for Categorical"))
1417
-
1418
def dropna(self):
1419
"""
1420
Return the Categorical without null values.
0 commit comments