JuliaData / JuliaDB.jl

Parallel analytical database in pure Julia
http://juliadb.org/
Other
764 stars 61 forks source link

Pivot Tables #97

Open sirinath opened 6 years ago

sirinath commented 6 years ago

Easy API to define pivot tables would be a great addition.

Mirage10 commented 6 years ago

groupreduce should do the trick, right ? http://juliadb.org/latest/api/aggregation.html#IndexedTables.groupreduce

StefanKarpinski commented 6 years ago

Might it be better to call the operation that does this pivot?