Regular Geospatial Plot

In [95]:
from verticapy import *
from verticapy.datasets import load_world
africa_world = load_world()
africa_world = africa_world[africa_world["continent"] == "Africa"]
ax = africa_world["geometry"].geo_plot(edgecolor='black',
                                       color = "white")