JuliaML / TableTransforms.jl

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

Add `Coerce(SciType)` option #270

Closed juliohm closed 6 months ago

juliohm commented 6 months ago

Coerce(Continuous) currently fails because the transform expects pairs like :z => Continuous. We need a new constructor that takes a single scitype for all columns.