Export Image
Export Code

Loading Data with React and D3: Organized

Martin Blatz

Last edited Oct 08, 2020
Created on Oct 08, 2020

A program that loads and parses some CSV fatal police shooting data collected by the Washington Post on fatal police shootings in the US from 2015-present (Sept 9, 2020). The original data is updated in near real time and so may differ slightly from the data contained in this gist.

Additional information can be found at the study web page

Using D3 to load and React states to keep track of the data. In this version, individual components are separated into their own *.js files.

MIT Licensed