Maps with Altair and GeoPandas

Hi @chekos !

Unfortunately, Streamlit’s internals don’t natively handle the geometry dtype from geopandas, so you need to work around this type and convert it into some native dtype Streamlit can handle.

You can take a look at this solution and this solution and see if one of those helps.

Do tell us about your progress !

Cheers,
Fanilo