View on GitHub

fbi-stats-hate-crime

Exploring the FBI Hate Crime Statistics (2016) and correlating the data for individual states with population data from the U.S. Census.

FBI Hate Crime Statistics (2016)

The Hate Crime Statistics Program is one of four subprograms of the The FBI’s Uniform Crime Reporting (UCR) program and provides annual data “about crimes that manifest evidence of prejudice based on race, religion, sexual orientation, or ethnicity” (https://ucr.fbi.gov/hate-crime/2016/resource-pages/aboutucrmain).

The goal of this study is to use these data to investigate:

The main notebook of this study is fbi_stats_hate_crime.ipynb. It contains both code and details of this study. To run it, check out the repoistory from GitHub to your local machine and run the notebook via jupyter notebook.

Installation and getting the data

Copies of the input data files used in this notebook are stored in the data/ subdirectory. See description in fbi_stats_hate_crime.ipynb for details on the data sources.