You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
When I try to run the notebook, I can't have access to the exemple database :
from topojson import Topology
import geopandas as gpd
africa = gpd.read_file(gpd.datasets.get_path("naturalearth_lowres")).query('continent == "Africa"')
AttributeError: The geopandas.dataset has been deprecated and was removed in GeoPandas 1.0. You can get the original 'naturalearth_lowres' data from https://www.naturalearthdata.com/downloads/110m-cultural-vectors/.
any solution ?
The text was updated successfully, but these errors were encountered:
Hello
When I try to run the notebook, I can't have access to the exemple database :
any solution ?
The text was updated successfully, but these errors were encountered: