Hi,
I am using Observable Plot to create various plots of some data stored in CSV files. Normally I have several CSV files within one folder. These files have the same structure (number of variables and variable types). Is there any way to simultaneously read and combine these CSV files into one, so I can use them in Plot?
Currently I use R/Python to read/combine the data into one single CSV, and then I upload win Observable. I would like to have some JS-based solution… I had a look at the arquero library but I can’t find a solution.
Thanks a lot!