79652903

Date: 2025-06-04 13:50:44
Score: 2.5
Natty:
Report link

the version used in 2025 :

import geopandas as gpd
import geodatasets
world_path = geodatasets.get_path('naturalearth.land')
world = gpd.read_file(world_path)
world

no longer has the pop_est column. Please provide some recommendations to make it look similar to the old one:

gpd.read_file(gpd.datasets.get_path('naturalearth_lowres'))

Reasons:
  • RegEx Blacklisted phrase (2.5): Please provide some
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: robintux