Skip to content

lisa.trace: Do not use pl.Expr.str on Categorical

Douglas Raillard requested to merge douglas-raillard-arm/lisa:_home_pr9060 into main

FIX

pl.Expr.str namespace is exclusively reserved for the pl.String dtype. It should not be assumed that those expressions will work on Categorical dtype.

Cast to String first and then back to Categorical.

Merge request reports