Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soumya-thoutam/covid-19-impact-on-u.s.-states-and-colleges
Covid-19 analysis and impact on United States Colleges and States using SQL and Tableau.
https://github.com/soumya-thoutam/covid-19-impact-on-u.s.-states-and-colleges
covid-19 dashboard data-analysis data-visualization dataset sql sql-server tableau
Last synced: 2 days ago
JSON representation
Covid-19 analysis and impact on United States Colleges and States using SQL and Tableau.
- Host: GitHub
- URL: https://github.com/soumya-thoutam/covid-19-impact-on-u.s.-states-and-colleges
- Owner: soumya-thoutam
- Created: 2025-01-09T00:45:23.000Z (4 days ago)
- Default Branch: main
- Last Pushed: 2025-01-09T07:45:15.000Z (4 days ago)
- Last Synced: 2025-01-09T07:49:06.698Z (4 days ago)
- Topics: covid-19, dashboard, data-analysis, data-visualization, dataset, sql, sql-server, tableau
- Language: PLpgSQL
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COVID-19: Impact on U.S. States and Colleges
### Business Objective
The objective of this analysis is to examine the U.S.-specific impact of the Covid-19 pandemic, with a particular focus on U.S. states and colleges. This analysis aims to uncover patterns in the progression of cases and deaths, highlight regional differences, and assess the pandemic's scale at both state and institutional levels. These findings are intended to inform public health decisions, resource allocation, and institutional planning.
### Dataset
* **Covid-19 Global and United States Data:**\
Dataset includes global case and death statistics, as well as detailed state-level and county-level data for the United States. Sourced U.S., data from the [NY Times Covid-19 Data Repository](https://github.com/nytimes/covid-19-data) and the global data from [Kaggle](https://www.kaggle.com/datasets/sandhyakrishnan02/latest-covid-19-dataset-worldwide).* **U.S. States and Counties Data:**\
Includes geographic and demographic information, essential for analyzing Covid-19's regional impact.* **U.S. College Covid-19 Data:**\
Data on Covid-19 cases in U.S. colleges for 2020 and 2021, enabling analysis of the pandemic's effect on educational institutions.### Analytical Tools & Technologies
* **Microsoft SQL Server:**\
Employed to analyze, clean, and organize the dataset efficiently. Complex queries were executed to extract meaningful insights from the raw data - [View SQL Scripts](https://github.com/soumya-thoutam/COVID-19-Impact-on-U.S.-States-and-Colleges/blob/main/SQLQuery.sql)### Key Insights and Deliverables
* **National and State-Level Trends:**\
Detailed analysis of Covid-19 cases and deaths, focusing on U.S.-specific patterns.* **Impact on Educational Institutions:**\
Insights into how Covid-19 affected colleges, identifying institutions with the highest reported cases.* **Actionable Insights for Decision-Making:**\
Findings and recommendations aimed at aiding public health officials and educational institutions in better planning and response strategies.### Publication
* **Medium Article:**\
While this project is focused on SQL queries, the findings and insights have been presented in a structured report. This includes an explanation of the methodology, data sources, and key outcomes - [View Article](https://soumya-thoutam.medium.com/covid-19-analyzing-the-impact-on-u-s-states-and-colleges-with-sql-3aa3531c3a6e)