in node.js environment with Danfo.js, reading .csv files is very easy with readCSV(), formerly read_csv(), as shown in the official example: However, I can’t find a way to read .tsv files. Is there a way to read tab-delimited files with Danfo.js? In the source I find the follwing comment: But I’m new to javascript coming from R/Python, didn’t know what
Tag: danfojs
Is it possible to feed a Danfojs Series object to D3js data() binding method?
I created a Series object from my data, like so: But I don’t know how to actually implement the Series object to scale and bind the data, here is my code: Any help or pointers will be much appreciated. Answer The real question here is about your data structure: how to switch to a more convenient one for D3.js purposes?