-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36cd78d
commit 94d8179
Showing
4 changed files
with
858 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,30 @@ | ||
# sql_chicago_crime_and_weather | ||
# Chicago Crime and Weather | ||
|
||
**Author**: Jaime M. Shaker <br /> | ||
**Email**: jaime.m.shaker@gmail.com <br /> | ||
**Website**: https://www.shaker.dev <br /> | ||
**LinkedIn**: https://www.linkedin.com/in/jaime-shaker/ <br /> | ||
|
||
:exclamation: If you find this repository helpful, please consider giving it a :star:. Thanks! :exclamation: | ||
|
||
## Introduction | ||
An SQL analysis of reported crimes in the city of Chicago and the average daily temperature between 2018 and 2022. | ||
|
||
* [Data Analysis Question & Answers](./questions_and_answers.md) | ||
|
||
## Datasets used | ||
Seven key [datasets](./source_data/csv/) for this case study | ||
- <strong>chicago_areas.csv</strong>: Chicago neighborhoods and areas. | ||
- <strong>chicago_temps_18-22.csv</strong>: City Weather 2018-2022. | ||
- <strong>chicago_crime_2018.csv</strong>: Reported crimes in 2018. | ||
- <strong>chicago_crime_2019.csv</strong>: Reported crimes in 2019. | ||
- <strong>chicago_crime_2020.csv</strong>: Reported crimes in 2020. | ||
- <strong>chicago_crime_2021.csv</strong>: Reported crimes in 2021. | ||
- <strong>chicago_crime_2022.csv</strong>: Reported crimes in 2022. | ||
|
||
|
||
## Entity Relationship Diagram | ||
![alt text](./images/ERD.PNG) | ||
|
||
:exclamation: If you find this repository helpful, please consider giving it a :star:. Thanks! :exclamation: | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.