Coronavirus Data SQL Analysis + Visualization
Using data from ourworldindata.com I was able to visualize the rise in the total percent of a country's population that has gotten infected with Covid over the past few years. The tableau visualization can be viewed at this link while the SQL code can be viewed on my GitHub.
Setup & context
The abundance of data on Covid-19 will be studied for years to come. I wanted to try my hand at seeing how I could visualize this information.
Tools used
I began the project in SQL where I used joins, CTE's. temp tables, and other SQL functions to clean and explore the data. I exported the cleaned data as a .csv to Tableau where I created the visualization you see below.