April 22, 2020 - noah-and-ethan/index.github.io GitHub Wiki
Problem Solver
I fixed the problem with a loop that when through every row and matched the name data frame with the COVID-19 data frame as the name holder was an alpha-2. It would match the 2 then turn it into an alpha-3 code so that it can merge with the geodata frame.
The next step: merge the 2 together.
next possible problem: the next possible problem might be the fact that there is a problem with the merge and I need to manually merge it which isn't hard just time-consuming.