JuliaDB.jl icon indicating copy to clipboard operation
JuliaDB.jl copied to clipboard

merge indexed tables with aggregation

Open yakir12 opened this issue 5 years ago • 0 comments

These is a method like that for ndsparse tables:

merge(left::DNDSparse{I1,D1}, right::DNDSparse{I2,D2}; agg=IndexedTables.right)

but not for indexed tables.

As a side-note, there seem to be a bunch methods that work with one but not the other and some inconsistencies in the API between the two table types (for instance you can supply the indexcol as a tuple when loading an indexed table but it must be a vector when loading a ndsparse table).

yakir12 avatar May 06 '19 14:05 yakir12