aclu-cash-bail-team / aclu-cash-bail

Code powering ACLU Pennsylvania's Broken Rules interactive
https://www.brokenrulespa.org
2 stars 0 forks source link

Add data from all counties #7

Closed apothuku closed 4 years ago

apothuku commented 4 years ago

Changes

Replaces the sample data with data from every county for the cash bail rate and cash bail race tables. The tables are pretty long now with 67 rows, so I will follow up by truncating the rows and adding a button allowing the user to see the whole table

alexwgraves commented 4 years ago

I noticed that some of the data was incorrect, so I instead wrote some scripts to import it from CSVs, which I downloaded from Google and then formatted a bit so they'd be easy to parse. This is a much safer way of doing it.

Aside from my one small comment, though, everything looks good!

alexwgraves commented 4 years ago

Also, let's merge this one in before #5 and #8.