/covid19-data-analysis-using-python

Coursera project-based course.

Primary LanguageJupyter Notebook

Covid19 Data Analysis Using Python

About The Project

This project is a projec-based course from Coursera. In this project, I will preprocess and merge datasets to calculate needed measures and prepare them for an Analysis. I'm going to work with COVID19 dataset, published by John Hopkins University, which consist of the data related to cumulative number of confirmed cases, per day, in each Country. Also I will work on another dataset consist of various life factors, scored by the people living in each country around the globe.I'm going going to merge these two datasets to see if there is any relationship between the spread of the the virus in a country and how happy people are, living in that country.

Project Structure

The hands on project on COVID19 Data Analysis using Python is divided into following tasks:

Task 1: Introduction

Understand the purpose of the project, the datasets that will be used, and the question we will answer with our analysis.

Task 2: Importing COVID19 dataset

Import COVID19 dataset and prepare it for the analysis by dropping columns and aggregating rows.

Task 3: Finding a good Measure

Decide on and calculate a good measure for our analysis.

Task 4: Importing World happiness report dataset

Import World happiness report dataset, dropping useless columns and Merge it with COVID19 dataset to find correlations among our data.

Task 5: Visualizing the results

Visualize our results using Seaborn.

Results

The analysis shows that people in developed countries are more prone to getting the infection.

Cetrtifcate