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 ColSpec support for all Colwise transforms #127

Closed juliohm closed 1 year ago

juliohm commented 1 year ago

We can edit the fallbacks for Colwise to make use of the ColSpec. We need to modify all transforms that are Colwise to include a colspec field and let the fallback access it.

eliascarv commented 1 year ago

Implemented in #129