vega / datalib

JavaScript data utility library.
http://vega.github.io/datalib/
BSD 3-Clause "New" or "Revised" License
732 stars 133 forks source link

Access column in data loaded from csv #102

Open bakaburg1 opened 5 years ago

bakaburg1 commented 5 years ago

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