ÎncepețiÎncepe gratuit

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.

Acest exercițiu face parte din cursul

Visualizing Geospatial Data in Python

Vezi cursul

Exercițiu interactiv practic

Încearcă acest exercițiu completând acest cod de exemplu.

# Import packages
import matplotlib.pyplot as ____
import pandas as ____
import geopandas as ____
Editează și rulează codul