Find me a cluster

Now, it is up to you to find some clusters.

Chicago 1918

You will work with the demographic characteristics of Chicago in 1918 linked to the influenza mortality during the pandemic that happened back then, coming from the research paper by Grantz et al. (2016) you used before in the Data wrangling session, but this time with geometries.

import geopandas as gpd

chicago = gpd.read_file(
    "https://martinfleischmann.net/sds/clustering/data/chicago_influenza_1918.geojson"
)
chicago.explore()
Make this Notebook Trusted to load map: File -> Trust Notebook