You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if an otherwise Boolean or BooleanNullable series is cast as a categorical dtype and then put through inference, it's inferred as a Categorical ltype. The inference functions for Boolean and BooleanNullable should be updated to support incoming categorical dtypes.
The text was updated successfully, but these errors were encountered:
Currently if an otherwise
Boolean
orBooleanNullable
series is cast as a categorical dtype and then put through inference, it's inferred as aCategorical
ltype. The inference functions forBoolean
andBooleanNullable
should be updated to support incomingcategorical
dtypes.The text was updated successfully, but these errors were encountered: