Fatal Shootings in the US

1 minute read


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

  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgements

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

  1. Clone the repo
    git clone https://github.com/AMeyer89/FatalShootingsUS.git
    
  2. 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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. 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