Skip to content

This repository provides a concise analysis of the impacts of Covid-19 through a comprehensive case study.

Notifications You must be signed in to change notification settings

chirantan-sym/Covid-19-Impacts-Analysis-Case-Study-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Covid-19 Impacts on Global Economy, Analysis Case-Study-py

The first wave of covid-19 impacted the global economy as the world was never ready for the pandemic. It resulted in a rise in cases, a rise in deaths, a rise in unemployment and a rise in poverty, resulting in an economic slowdown.

This project aims to analyze the spread of Covid-19 cases and all the impacts of covid-19 on the economy, focusing on key indicators and case studies.

The data we are using includes data on Covid-19 cases and their impact on GDP from December 31, 2019 to October 10, 2020 and is downloaded from https://www.kaggle.com/ .It contains data about:

  1. the country code
  2. name of all the countries
  3. date of the record
  4. Human development index of all the countries
  5. Daily covid-19 cases
  6. Daily deaths due to covid-19
  7. stringency index of the countries
  8. the population of the countries
  9. GDP per capita of the countries

The required Python libraries are-

import pandas as pd
import plotly.express as px
import plotly.graph_objects as go

** The Dataset, Case study report and analysis notebook are uploaded above. Thank You!

About

This repository provides a concise analysis of the impacts of Covid-19 through a comprehensive case study.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published