COVID-19 Data Analysis Using Python

Exploratory Data Analysis Project

Project Overview: In this project, I leveraged Python programming skills to analyze the global impact of the COVID-19 pandemic using data from Johns Hopkins University. The primary objective was to explore the relationship between the spread of the virus in various countries and the happiness indices reported by the citizens of those countries. This involved preprocessing and merging two distinct datasets: the COVID-19 confirmed cases dataset and the World Happiness Report.

Technical Description

Outcome

The project successfully highlighted potential relationships between public health data and psychological well-being, reinforcing data analysis and visualization skills. This analysis is particularly relevant for stakeholders interested in understanding the broader social impacts of the COVID-19 pandemic.

Conclusion

This project demonstrates essential data analysis and visualization techniques using Python, showcasing the ability to derive actionable insights from complex datasets. It emphasizes the importance of data preparation, integration, and visualization in deriving meaningful conclusions that can inform public health and policy decisions.

GitHub Project

You can view the full project on GitHub here.

Back to Portfolio