Exercise: DataFrame Operations

Practice performing simple DataFrame operations.

Now that we know how to combine multiple DataFrames, let's use the merge method to plot the cities on the African continent.

Write a code that writes a .csv file with the cities on the African continent. Additionally, save the african_cities.png file to the output/ folder. The two necessary GeoDataFrames are already imported from the internet. Write your code after the comment:

Get hands-on with 1200+ tech skills courses.