mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-21 13:00:14 +08:00
DOC: fix dataset usage from geoplot (#1046)
This commit is contained in:
@@ -21,10 +21,10 @@ world = geopandas.read_file(
|
||||
geopandas.datasets.get_path('naturalearth_lowres')
|
||||
)
|
||||
boroughs = geopandas.read_file(
|
||||
geopandas.datasets.get_path('nyc_boroughs')
|
||||
geoplot.datasets.get_path('nyc_boroughs')
|
||||
)
|
||||
collisions = geopandas.read_file(
|
||||
geopandas.datasets.get_path('nyc_injurious_collisions')
|
||||
geoplot.datasets.get_path('nyc_injurious_collisions')
|
||||
)
|
||||
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user