us_crime_data_exploration_and_analysis
us_crime_data_exploration_and_analysis
Data Description:
The file Crime_us.csv contains the details of crimes, that have occurred in a
state of the US in the year 2022.
Variable Description:
Variable Description
ID Shows case id
Case Number Shows case number
Steps to Perform:
Excel:
1. Check the dataset for any missing values, and if any are present,
delete the row corresponding to that particular cell. Verify once more
that 2022 is the only year for which data has been collected.
2. Sort the data in the provided dataset based on the number of primary
types of crime instances, then create a Pareto chart to visualize the
results. Next, sort the data according to the crime's location and
description, and then create a histogram to represent the pertinent
facts.
3. Use conditional formatting in excel to generate data bars for the top
occurring crime based on its primary type. Use red color to identify the
crime where theft is over $500 in residence and arrest has not been
done.
4. Generate a frequency distribution chart of the data for the community
area and note any skewness.
5. To find trends and patterns for the most common sort of crime over the
different months of 2022, create a heatmap and sparklines.
6. To predict the future number of total crimes across all categories,
create a trendline for the frequency of each key crime type occurring in
2022.
7. Create a cross-pivot table for the community area and crime
description, then analyze the results.
8. Create an excel dashboard that displays trend charts over the last
three months for the several key categories of crimes based on the
overall number of crimes that have occurred. (To make a dynamic
chart, use form controls.)
SQL: