queryverse / IterableTables.jl

Implementations of the TableTraits.jl interface for various packages
Other
79 stars 9 forks source link

Integrate with ECharts.jl #50

Open davidanthoff opened 7 years ago

davidanthoff commented 7 years ago

https://github.com/randyzwitch/ECharts.jl

randyzwitch commented 6 years ago

What needs to be done in order to incorporate IterableTables into my ECharts.jl package (the METADATA one).

Right now, I have some methods defined for DataFrames, but very few of them actually use DataFrames.jl defined methods (I use groupby/melt in a few places).

Right now, the dataframe methods are defined as AbstractDataFrame