Two CSV tables were created from the Covid-19 dataset using Excel
-
The deaths tables indicating deaths across diffrent regions in the world,the population,continent,date,location
-
The Vaccinations tables indicating vaccinations across diffrent regions in the world,the population, continent,date,location
The data was used to analyse ;
- Total Versus Population
- Highest death Count
- GLobal Numbers
- Percentage of people infected
- Comparison of infection rate and Population
- By Joining death table to vaccinations table to compare total people vaccinated versus the population
- SUM(),MAX(),AVG()
- OVER()
Creating view that was used for visualization in Tableau
- Joining the death and vaccinations table using location and date