Open davidanthoff opened 7 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
https://github.com/randyzwitch/ECharts.jl