I wanted to explore the data collected by Mapping Police Violence
Using Tabletop.js to get data from the public spreadsheet URL.
Unfortunately each month of data has a slightly different set of column headers and values. I've attempted to normalize all entries to have the same schema:
{
"name": "Donald Lewis Matkins",
"race": "Unknown race",
"gender": "Male",
"state": "MS",
"unarmed": "Armed",
"date": "2015-03-01T08:00:00.000Z",
"source": "http://www.sunherald.com/2015/03/01/6097241_george-county-man-killed-in-standoff.html?rh=1"
}
Built with blockbuilder.org
https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js
https://cdnjs.cloudflare.com/ajax/libs/tabletop.js/1.4.2/tabletop.min.js
https://cdnjs.cloudflare.com/ajax/libs/crossfilter/1.3.12/crossfilter.js