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

Add `Except` transform as the opposite of the `Only` transform #234

Closed juliohm closed 9 months ago

juliohm commented 9 months ago

We would like to be able to write Except(Continuous) to mean the opposite of Only(Continuous).