Skip to content

Instantly share code, notes, and snippets.

View gracecarrillo's full-sized avatar

Graciela Carrillo gracecarrillo

View GitHub Profile
import geopandas as gpd #libspatialindex nees to be installed first
import json # library to handle JSON files
# Importing the Edinburgh borough boundary GeoJSON file as a dataframe in geopandas
map_df = gpd.read_file(r'/resources/Data_Science_Capstone/neighbourhoods.geojson')