0

I am learning D3.js and want to find some datasets to graph it. Is such kind of dataset is appropriate for the use with D3.js https://data.montgomerycountymd.gov/api/views/54rh-89p8/rows.json?accessType=DOWNLOAD

It seems that data is presented as array without properties -- properties are stored separately in the meta section. Can I convert such data to be used in D3.js? If not, may you please direct me to some resource of simple datasets I can test in D3. Thanks

kirgol
  • 367
  • 1
  • 3
  • 12
  • you can work with that array, but I'd suggest you to use a simpler csv or tsv for the beginning, it just makes things easier to understand – tomtomtom May 12 '15 at 14:28
  • Thanks. Please, can you give me a link to an easy one. I've been searching WorldBank, data.gov. Only complex one with multiple files and I can't wrap my head around them – kirgol May 12 '15 at 14:34
  • relevant question: http://stackoverflow.com/questions/57068/where-can-i-find-sample-databases-with-common-formatted-data-that-i-can-use-in-m or here: http://climate.weather.gc.ca/climateData/hourlydata_e.html?timeframe=1&Prov=ON&StationID=52641&hlyRange=2014-10-15%7C2015-05-11&Year=2015&Month=5&Day=11 you can download the file as csv, which then will be surely easier to use than that json imo – tomtomtom May 12 '15 at 15:16

0 Answers0