codeforamerica / denver-schedules-api

An api for city events & schedules.
MIT License
7 stars 5 forks source link

Handle null data #58

Closed boonrs closed 10 years ago

boonrs commented 10 years ago

The new dataset is a subset of the original. I thought this meant less rows, but it actually nulls out the values for streets. The data changed and the code wasn't prepared.

This won't fix all failing tests from #56 as the basic problem is those tests are using invalid data. Pull request for that will follow shortly.

gregoryjscott commented 10 years ago

Looks good to merge.