As a project for my Data-Oriented Programming class, I, along with 2 peers, worked to gather data from 2 API's and 1 website. With that data, we created tables, conducted various calculations, and visualized data through multiple graphs. Data was based off of the CDC's tracking of weekly national and Michigan covid cases, weekly initial unemployment claims nationally and in Michigan based off data from the US Department of Labor, and weekly national and Michigan travel numbers based off data from the Transportation Bureau. Data from March 2020 to March 2021 was collected. We used Python to gather data, run calculations, visualize data, and implement tables into SQL. These tables were used for calculations for graph visualizations.
- Gather national and state-wide unemployment claim data by week
- Create and join unemployment tables into single SQL database
- Run calculations from all 3 data sources for visualizations
- Export calculations into CSV file