top of page

Covid-19 Data Analysis Part 

Tools & Skills Used
  • Python

    • pandas

    • numpy

    • seaborn 

    • matplotlib

This project was conducted on Coursera.com as part of their guided projects program. Steps taken in this project include:

​

  1. Importing Covid19_Confirmed_dataset.csv and preparing it for analysis by dropping columns and aggregating rows.

  2. Deciding on and calculating a good measure for analysis.

  3. Importing the WorldHappinessReport.csv

  4. Merging the two datasets and finding correlations among the data.

  5. Visualizing my analysis results using Seaborn.

bottom of page