Skip to content

Commit 32ee0ef

Browse files
committed
Use base _values for CategoricalIndex
1 parent 66b936f commit 32ee0ef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pandas/core/indexes/category.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,10 +304,6 @@ def values(self):
304304
""" return the underlying data, which is a Categorical """
305305
return self._data
306306

307-
@property
308-
def _values(self):
309-
return self._data
310-
311307
@property
312308
def _ndarray_values(self):
313309
return self._data.codes

0 commit comments

Comments
 (0)