I want to be able to generate plots for files in the datasets. By now the best bet I have is using d3.js with csv files. What I have in mind is, first using python's csv module to convert the file into a format amenable to d3.js and then make the plot. Since I don't know in advance the column names I will have to figure them out inside the plotting script.
I want to be able to generate plots for files in the datasets. By now the best bet I have is using d3.js with csv files. What I have in mind is, first using python's csv module to convert the file into a format amenable to d3.js and then make the plot. Since I don't know in advance the column names I will have to figure them out inside the plotting script.