For this month's data jam we'll be exploring Harris County traffic stop data. This data was forked from the Stanford Open Policing work. They have an R tutorial for the dataset here.
The data is organized as follows
/resources
contains small accessory files needed for the analysis: for example, mappings from the raw data values to standardized data values./data
contains the data in a zipped csv format
# cloning the repository
git clone https://github.com/houstondatavis/data-jam-june-2017