Get startedGet started for free

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.

This exercise is part of the course

Visualizing Geospatial Data in Python

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Import packages
import matplotlib.pyplot as ____
import pandas as ____
import geopandas as ____
Edit and Run Code