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

Replace could accept a predicate #159

Closed juliohm closed 1 year ago

juliohm commented 1 year ago

Currently we have to write Replace(oldval => newval). It would be useful to replace entries of a table based on a given predicate as in Replace(<(0) => newval)