Welcome to my first Amazon QuickSight Project. I choose my own dataset to work with. The dataset is about Stockton Police Call Responses. This dataset gives some insights into the districts get the most police calls and the type of police calls. The dataset is from 2023 – June 2024.
You can find the dataset at https://data.stocktonca.gov. The file format is a CSV. It was a huge file so collecting, cleaning, data wrangling, and exploratory data analysis (EDA) was a challenge. So I choose to use python (pandas) and SQL to help out with this process. You can find documentation on my GitHub of how was able to perform the collecting, cleaning, data wrangling and the eda.