Skip to content

weiansheng/Data_Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataViz

This code is to perform exploratory and explanatory data analysis on a crime data using Matplotlib, Seaborn and Bokeh (a web based Python interactive data visualization).
The crime data represents the number of reported crimes (per 100,000 population) across seven categories of crimes for each state in the US, data originally from InfoChimps.

|State|Murder|Rape|Robbery|Aggravated Assault|Burglary|Larceny Theft|Motor Vehicle Theft| |:--:|:--:|:--:|:--:|:--:|:--:|:--:|:--:|:--:| |Alabama |8.2|34.3|141.4|247.8|953.8|2650|288.3| |Alaska |4.8|81.1|80.9|465.1|622.5|2599.1|391| |...|...|...|...|...|...|...|...|...|


EDA:

  • Heatmap of correlations
  • Histogram for each crimes
  • Box plot and Violin plot

Explanatory Data Visulization

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published