JuliaML / TableTransforms.jl

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

Allow vector of pairs in `Rename` transform #260

Closed juliohm closed 7 months ago

juliohm commented 7 months ago

It would be useful to be able to

Rename(oldnames .=> newnames)