import geopandas from geodatasets import get_path path_to_data = get_path("nybb") gdf = geopandas.read_file(path_to_data) gdf.explore("Shape_Area", legend=False)