We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be4e3eb commit 61f0abdCopy full SHA for 61f0abd
pandas/core/categorical.py
@@ -0,0 +1,7 @@
1
+import warnings
2
+
3
+# TODO: Remove after 0.23.x
4
+warnings.warn("'pandas.core' is private. Use 'pandas.Categorical'",
5
+ FutureWarning)
6
7
+from pandas.core.arrays import Categorical # noqa
0 commit comments