Exploratory Data Analysis on "Covid disease in Africa and Across Globe" and "Covid vaccination in India and Across Globe". Report some quantities to see the pandemic behavior from Jan-2020 to Apr-2021.
# COVID-Portfolio-Project--Data-Exploration-SQL
Exploratory Data Analysis on "Covid disease in Africa and Across Globe" and "Covid vaccination in India and Across Globe". Report some quantities to see the pandemic behavior from Jan-2020 to Apr-2021.
# About the Datasets
## CovidDeaths:
This dataset is composed by 85172 rows and 26 columns.The chosen period for the analysis goes from Jan-2020 of the pandemic up to Apr-2021.
## CovidVaccinations:
This dataset is composed by 85172 rows and 37 columns. The chosen period for the analysis goes from Jan-2020 of the pandemic up to Apr-2021.
## Summary of Analysis
* Looking at total cases vs total deaths. Letality rate in your region daily.
* Looking total cases vs Population. Show what percentage of population got Covid.
* Looking at Regions with highest infection rate compared to population.
* Showing Regions with highest Death count per Population.
* Global Numbers.
* Positivity rate per region daily.
* Creating Views for Data Visualization.