JuliaData / DataTables.jl

(DEPRECATED) A rewrite of DataFrames.jl based on Nullable
Other
29 stars 11 forks source link

WIP: Consolidate hcat, append, merge, vcat and split functional overlaps #70

Open cjprybol opened 7 years ago

cjprybol commented 7 years ago

removes hcat and hcat!, append(!) now adds columns to end of DataTable, merge(!) concatenates DataTables horizontally, and vcat still concatenates vertically. append! and vcat no longer perform the same function. hcat(!) and merge no longer perform the same function.

Aims to resolve https://github.com/JuliaData/DataTables.jl/issues/52