datalib icon indicating copy to clipboard operation
datalib copied to clipboard

Access column in data loaded from csv

Open bakaburg1 opened this issue 5 years ago • 0 comments

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

bakaburg1 avatar Jul 19 '19 15:07 bakaburg1