We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0b842 commit 1f047e6Copy full SHA for 1f047e6
patsy/util.py
@@ -9,6 +9,15 @@
9
"repr_pretty_delegate", "repr_pretty_impl",
10
"SortAnythingKey", "safe_scalar_isnan", "safe_isnan",
11
"iterable",
12
+ "have_pandas",
13
+ "have_pandas_categorical",
14
+ "have_pandas_categorical_dtype",
15
+ "pandas_Categorical_from_codes",
16
+ "pandas_Categorical_categories",
17
+ "pandas_Categorical_codes",
18
+ "safe_is_pandas_categorical_dtype",
19
+ "safe_is_pandas_categorical",
20
+ "safe_issubdtype",
21
]
22
23
import sys
0 commit comments