Skip to content

Commit 824552f

Browse files
fixup categoricalindex
1 parent bf97e50 commit 824552f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/indexes/category.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from pandas.util._decorators import (
1414
cache_readonly,
1515
doc,
16+
set_module,
1617
)
1718

1819
from pandas.core.dtypes.common import is_scalar
@@ -76,6 +77,7 @@
7677
Categorical,
7778
wrap=True,
7879
)
80+
@set_module("pandas")
7981
class CategoricalIndex(NDArrayBackedExtensionIndex):
8082
"""
8183
Index based on an underlying :class:`Categorical`.

0 commit comments

Comments
 (0)