Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachinsatya authored Jan 16, 2024
1 parent 36cd78d commit 94d8179
Show file tree
Hide file tree
Showing 4 changed files with 858 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
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:

Binary file added images/ERD.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 94d8179

Please sign in to comment.