Skip to content

The COVID-19 Data Analysis Project explores the global impact of the pandemic, providing insights to understand and mitigate its effects.

Notifications You must be signed in to change notification settings

mdkamran048/Covid-19-Analysis

Repository files navigation

Covid-19 image

Introduction

The COVID-19 Data Analysis Project is a comprehensive examination of the global impact of the COVID-19 pandemic. In the wake of this unprecedented global crisis, our project seeks to shed light on the pandemic's spread, effects, and the data-driven insights that can help in understanding and mitigating its impact.

Objective

This project aims to analyze the COVID-19 pandemic using publicly available data. The project includes a Jupyter notebook with Python code to extract, clean, and visualize COVID-19 data from various sources. Additionally, the project provides a dashboard to explore the data interactively.

📈COVID-19_ANALYSIS - 📑Brief Summary

  • Used Pandas and Json to gather data from API and then data cleaning.

  • For K.P.I.’s and insights Used SQL to get useful data sets.

  • Then transferred datasets to Excel for visualization.

  • For the presentation used M.S. PowerPoint with the help of team members.

🔡Data Extraction & Cleaning

  1. Import the data from API using the requests library.

  2. The imported data was in JSON format hence we used JSON library to read the data.

Screenshot (265) Screenshot (266)

  1. We looked for null values and replaced them with zero, looking for duplicates.

  2. Stated analyzing the data by using pandas functions like group by, sort_values, etc.

  3. Used nested 'for' loops to extract the relevant data from the nested dictionary.

Screenshot (262) Screenshot (263) Screenshot (264)

  1. Extracted the individual state data from the data frame in CSV format and imported data into MySQL.

  2. Aggregated the distribution by month and week wise for each state.

  3. Imported the aggregated data into Excel for further Analysis.

Analysis

Screenshot (267) Screenshot (268) Screenshot (269) Screenshot (270)

📊Dashboard

Screenshot (271)

🪨Challenges and 🧠learnings

Data Extraction from JSON : This process involves parsing structured JSON data to access, manipulate, and analyze valuable information.

Data Cleaning and Pre-Processing : Real-World data is inconsistent and unorganized.

Creating an Interactive Dashboard : Creating an interactive dashboard to understand data effectively.

Conclusion

  1. The analysis focused on the weekly progression of COVID-19 cases, recoveries, deaths, and tests, providing valuable insights into the pandemic's impact across various regions and timeframes.

  2. Fluctuations in the number of cases and deaths were observed, underscoring the dynamic nature of the pandemic's effects in different geographical areas.

  3. Through effective data visualization using charts and graphs, the project facilitated a clearer understanding of the data, aiding in the interpretation of trends and patterns.

  4. The project's findings hold practical significance for public health authorities, enabling them to devise more targeted and efficient strategies for containing the virus's transmission.

  5. Policymakers can benefit from the analysis by making informed decisions on resource allocation, directing support to regions experiencing the highest impact from the pandemic.

About

The COVID-19 Data Analysis Project explores the global impact of the pandemic, providing insights to understand and mitigate its effects.

Topics

Resources

Stars

Watchers

Forks