woodwork icon indicating copy to clipboard operation
woodwork copied to clipboard

BooleanNullable/Boolean inference should include an incoming Categorical dtype

Open ParthivNaresh opened this issue 2 years ago • 0 comments

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.

ParthivNaresh avatar Sep 08 '22 14:09 ParthivNaresh