woodwork
woodwork copied to clipboard
BooleanNullable/Boolean inference should include an incoming Categorical dtype
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.