Geopandas choropleths
First you will plot a choropleth of the building permit density for each council district using the default colormap. Then you will polish it by changing the colormap and adding labels and a title.
Den här övningen är en del av kursen
Visualizing Geospatial Data in Python
Interaktiv övning med praktiskt arbete
Testa den här övningen genom att slutföra den här exempelkoden.
# Import packages
import matplotlib.pyplot as ____
import pandas as ____
import geopandas as ____