pandas.core.categorical.Categorical.isnull¶
- Categorical.isnull()¶
Detect missing values
Both missing values (-1 in .codes) and NA as a category are detected.
Returns : a boolean array of whether my values are null See also
- pandas.isnull
- pandas version
- Categorical.notnull
- boolean inverse of Categorical.isnull