datalib
datalib copied to clipboard
Access column in data loaded from csv
Hello,
I'm having difficulties in understanding how to use your library. I would like to load a csv file and then get the unique value in a column.
but this code:
var data = dl.csv("Data/FabSDO.csv")
dl.$('Distretto')(data)
returns undefined.
Thanks