Python Project

This is an complete Analysis of The given dataset using Python

Here we use a set of libraries:

  • Numpy
  • Pandas
  • Matplotlib
  • seaborn
  • Here we have first import the data set to the notebook Here I used 3 graphs to perform the visualisation project:

  • Correlation heatmap of the data that is:
  • Cumulative_cases
  • New_cases
  • Cumulative_deaths
  • New_deaths
  • from this we can analyse on how each data is affectin each other

    cluster Analysis table of New_cases vs New_deaths
    here the X axis consist of New_deaths and Y axis consist of New_cases

  • we can see that as the cases increases the deaths also increases
  • Bar chart of Cases per Year
    with this we can see that the no of cases reduced drastically in 2023

    resources

    youtube
    dataset