ComenzarEmpieza gratis

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.

Este ejercicio forma parte del curso

Visualizing Geospatial Data in Python

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

# Import packages
import matplotlib.pyplot as ____
import pandas as ____
import geopandas as ____
Editar y ejecutar código