Skip to content

KSUDS/p2_rabanales

 
 

Repository files navigation

Project 2: Reducing Gun Deaths (FiveThirtyEight)

Background

The world is a dangerous place. During 2015 and 2016, there was a lot of discussion in the news about police shootings. FiveThirtyEight reported on gun deaths in 2016. As leaders in data journalism, they have posted a clean version of this data in their Github repo called full_data.csv for us to use.

The FiveThirtyEight data is a bit old, and our client would like us to use the most recent data from the CDC. He would also like the parser script to use Python instead of R.

While their visualizations focused on yearly averages, our client wants to create commercials that help reduce gun deaths in the US. They would like to target the commercials in different seasons of the year (think month variable) to audiences that could significantly reduce gun deaths. Our challenge is to summarize and visualize seasonal trends across the other variables in these data.

Reading

Tasks

Python translation

Client needs (charts and munging done in Python and R)

  • Provide a brief summary of the FiveThirtyEight article.

    • Create one plot that provides similar insight to their visualization in the article. It does not have to look like theirs.
    • Write a short paragraph summarizing their article.
  • Address the client's need for emphasis areas of their commercials for different seasons of the year.

    • Provide plots that help them know the different potential groups (variables) they could address in different seasons (2-4 visualizations seem necessary).
    • Write a short paragraph describing each image.
  • Article Summary The article is based off the annual gun death in America. The data collect from the Center of Disease Control and Prevention’s Mulitple Cause of Death database. All data is collect from the 50 states from 2012-2014. Each intent is identify as suicide, homocide, accidental, or undetermined. Other variablaes are age, sex, enthicity, race, education, and home. They used different databases to determine the mass shooting, police officers shooting, and terrorism.

  • Graph 1 In graph 1 is a line graph visual of the total of suicides by race, enthinicity, and gender from the twelve months of the following years 2012, 2013, and 2014. From the ages of 0-17, 18-24, 25-44, 45-64, 65+. The highest rate of suicides are in the age group between 45-64 and the lowest group 0-17. In 2012 the highest suicides were in the month of May with the ages between 45-64.

  • Graph 2 In graph 2 is a line graph visual with the numbers of suicides by race,ethnicity,and age from the year 2012-2014, separate by gender. As we can see White males and females have higher numbers of suicides, leading next to Blacks and Hispanics, and last to be Native American/Native Alaskan and Asian/Pacific Islander. Males have a higher rate of suicides than females.

  • Graph 3 In graph 3 is a side by side barchart representing homocides by race.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 89.2%
  • Python 10.8%