Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add rename and rename! to Tables.jl API
Following JuliaData/DataFrames.jl#1514 (comment). The open question is if we want both `rename` and `rename!` in the common API (`rename` is probably more universally needed, `rename!` is applicable in DataFrames.jl but not in contexts where table does not allow changing column names in-place). I propose to have both but please comment (`rename!` can also live in DataFrames.jl only otherwise) CC @piever - for syncing with JuliaDB.jl.
- Loading branch information