Exercise

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.

Instructions 1/3

undefined XP
    1
    2
    3
  • Import matplotlib.pyplot, pandas, and geopandas with the customary aliases.