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 bf97e50 commit 824552fCopy full SHA for 824552f
pandas/core/indexes/category.py
@@ -13,6 +13,7 @@
13
from pandas.util._decorators import (
14
cache_readonly,
15
doc,
16
+ set_module,
17
)
18
19
from pandas.core.dtypes.common import is_scalar
@@ -76,6 +77,7 @@
76
77
Categorical,
78
wrap=True,
79
80
+@set_module("pandas")
81
class CategoricalIndex(NDArrayBackedExtensionIndex):
82
"""
83
Index based on an underlying :class:`Categorical`.
0 commit comments