SQL

COVID-19 started around January 2020. It spread around the world and affected many countries and regions, but some were more affected than others. The goal of this project was to understand and visualize how COVID 19 traveled around the globe from January 2020 to June 2022, and what countries/region were the most affected.

You can click here to view the queries I ran, or here to see the visuals.

For this project I used the Nashville Housing dataset.I took care of missing values, removed duplicates, deleted columns, and more. I created a new column for each city/state name and added it to the dataframe.I also made sure that all the cities had at least one state assigned to them.

You can click here to view the queries I ran.