JuliaML / TableTransforms.jl

Transforms and pipelines with tabular data in Julia
https://juliaml.github.io/TableTransforms.jl/stable
MIT License
103 stars 15 forks source link

Levels should always convert column to CategoricalArray #217

Closed juliohm closed 10 months ago

juliohm commented 10 months ago

With our recent migration to DataScienceTraits.jl, we need to explicitly convert a column of Int to a categorical array before applying the transform.

juliohm commented 10 months ago

Fixed on master.