This app has been developed in order to compare the number of crimes and their ratios in different cities of the United States. The data used to build this app can be found here.
The data has the following components:
year
-> From 1975 to 2015department_name
-> city nametotal_pop
-> population of the cityhoms_sum
-> Total number of homicides in the city for a each year.rape_sum
-> Total number of rapes in the city for a each year.rob_sum
-> Total number of robberies in the city for a each year.agg_ass_sum
-> Total number of assaults in the city for a each year.violent_crime
(rollup of all four crime types) -> Total number of violent crimes in the city for a each year.months_reported
-> Total number of reported months for these crimes in each year.violent_per_100k
-> Number of violent crimes per 100k in the city for a each year.homs_per_100k
-> Number of homicides crimes per 100k in the city for a each year.rape_per_100k
-> Number of rapes crimes per 100k in the city for a each year.rob_per_100k
-> Number of robberies crimes per 100k in the city for a each year.agg_ass_per_100k
-> Aggregated sum of assaults per 100k in the city for a each year.
- Select or type in the city names you would like to compare in the sidebar of the main dashboard window.
- Select the paramter you would like to compare from the radio buttons below the city input box.
- Select the
year
range you would like to compare from the input slider. - The
maps
tab displays a plotly map of the United States and the number of crimes in the latest year selected in the year slider input.
You can download the data from the cities you have compared by clicking on the Download data button above the data table. Thanks.