Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.12 KB

File metadata and controls

27 lines (20 loc) · 1.12 KB

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!