Do you have GeoViews installed? It ships with a geopandas interface which will allow you to use your dataframe as is. So without specifying any key dimensions you should be able to do hv.Polygons(geodata)
or gv.Polygons(geodata)
.
1 Like