Skip to content

Commit 3a4c310

Browse files
authored
CLN: Remove deprecations (#31675)
1 parent 678bfae commit 3a4c310

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pandas/core/arrays/categorical.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2504,10 +2504,6 @@ class CategoricalAccessor(PandasDelegate, PandasObject, NoNewAttributesMixin):
25042504
>>> s.cat.as_unordered()
25052505
"""
25062506

2507-
_deprecations = PandasObject._deprecations | frozenset(
2508-
["categorical", "index", "name"]
2509-
)
2510-
25112507
def __init__(self, data):
25122508
self._validate(data)
25132509
self._parent = data.values

0 commit comments

Comments
 (0)