Fatal Shootings in the US
Fatal Shootings in the US
After the fatal shooting in 2014 waves of public protest broke out and lead to the movement of Black Lives Matter. I aim to look at the Washington Post data to see if there are trends that show signs of biases.
Explore the docs »
View Files
·
Report Bug
Table of Contents
About The Project
After the 2014 killing of Michael Brown in Ferguson, Missouri, The Washington Post has started to collect a database of every fatal shooting in the US by a police officer in the line of duty. The protest movement, Black Lives Matter has increased focus on police accountability. This data includes information about the deceased including race, age, gender, if they were armed, mental health, fleeing and location. The post does not track deaths of people in police custody, non-shooting deaths, or by off-duty police. They aim to document conditions most like the Michael Brown in Ferguson. Centers for Disease control and FBI track fatal shootings by police, but according to Washington Post their data is incomplete. There has not been much dependable data around shootings by police before this movement and I would like to understand the current trends among fatal police shootings.
After the fatal shooting in 2014 waves of public protest broke out and lead to the movement of Black Lives Matter. I aim to look at the Washington Post data to see if there are trends that show signs of biases.
Built With
- RStudio
Getting Started
To get a local copy up and running follow these simple steps.
Prerequisites
library(readr)
library(ggplot2)
library(class)
library(VIM)
library(tidyr)
library(stringr)
Installation
- Clone the repo
git clone https://github.com/AMeyer89/FatalShootingsUS.git
- Install packages
library(readr) library(ggplot2) library(class) library(VIM) library(tidyr) library(stringr)
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE
for more information.
Contact
April Meyer - swim53185@gmail.com
Project Link: https://github.com/AMeyer89/FatalShootingsUS
Acknowledgements
- Bellevue University
- Professors for the Data Science program