Skip to content
forked from uic-evl/CS529HW1

Homework template for CS 529 Gun Death Visualization Assignment

Notifications You must be signed in to change notification settings

ScheWann/CS529HW1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

I divided the map into two parts, states and counties, to show different gun death distribution. Besides, it also includes a packed bubble chart for large US county data, a stacked bar chart to show each state detailed information, and an interaction scatter plot showing male and female victims by clicking the state in the map: multiple interactions and more detailed information to make the visualization of the whitehat.

Data transformations

  • Using county data to connect with stategundeath data to get each county gun death count.
  • Using Gun death per 100,000 as a standard to completion in each state, county, and city.
  • Due to some special domain in the US, which causes some of the miss of state abbreviations, connect with the state.csv to clean data.
  • Using average to fill in the missed population and using the 'Unknown' to fill in some missed county names (because some county has been merged with other counties.)

References

ScreenShots

About

Homework template for CS 529 Gun Death Visualization Assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.2%
  • JavaScript 1.8%