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

`Select`/`Reject` could accept DataScienceTraits.jl #228

Closed juliohm closed 9 months ago

juliohm commented 9 months ago

For example, it would be nice to be able to select all columns that hold continuous variables:

Select(Continuous)