Skip to content

Commit ae79bb2

Browse files
authored
CLN: remove Categorical.put (#32554)
1 parent 3e8f32c commit ae79bb2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pandas/core/arrays/categorical.py

-6
Original file line numberDiff line numberDiff line change
@@ -1409,12 +1409,6 @@ def notna(self):
14091409

14101410
notnull = notna
14111411

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-
14181412
def dropna(self):
14191413
"""
14201414
Return the Categorical without null values.

0 commit comments

Comments
 (0)