mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-20 12:50:47 +08:00
DOC: Fixing a typo in "South America" (#1725)
This commit is contained in:
@@ -138,7 +138,7 @@ First, we load the countries and cities example datasets and select :
|
||||
world = geopandas.read_file(geopandas.datasets.get_path('naturalearth_lowres'))
|
||||
capitals = geopandas.read_file(geopandas.datasets.get_path('naturalearth_cities'))
|
||||
|
||||
# Select South Amarica and some columns
|
||||
# Select South America and some columns
|
||||
countries = world[world['continent'] == "South America"]
|
||||
countries = countries[['geometry', 'name']]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user