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