April 16, 2020 - noah-and-ethan/index.github.io GitHub Wiki

Three Data Frames

I tried to merge the Geodata with the COVID data but there was a problem. The name of the countries was not the same. So I needed to add a third data frame, one that can has all the countries codes. I found a csv file with everything I needed. I noticed that Geodata had an alpha-3 code (CAN) so I matched it with that.

Next step: I want to match the COVID data to the merged Geo and Name dataframe.

Pictures: