diff --git a/pandas/core/dtypes/common.py b/pandas/core/dtypes/common.py index 1173703386491..f5262aa7ceeaa 100644 --- a/pandas/core/dtypes/common.py +++ b/pandas/core/dtypes/common.py @@ -280,6 +280,9 @@ def is_categorical(arr) -> bool: """ Check whether an array-like is a Categorical instance. + .. deprecated:: 1.1.0 + Use ``is_categorical_dtype`` instead. + Parameters ---------- arr : array-like