Looks great, and after some fights with different csv readers in Julia (is 
there still none that can compete with pandas/fread?) I got it to work. Two 
questions after a couple of minutes of trying it out - note that I have 
zero experience with DC.js or javascript in general!

- The package doesn't seem to handle larger data sets well - with 100k 
lines it works okay, but trying to get plots from a 500k line DataFrame 
kills my Notebook
- Can I do plots with groupby objects derived from the dataframe? I see on 
the dc.js website that there are plots showing (e.g.) performance grouped 
by year (which also doesn't seem to be a column in their dataframe, so must 
be inferred from the date), do these things work in Julia?

Reply via email to