nickeubank / mtv_viacom_capstone

1 stars 0 forks source link

college_polygon_with_state #12

Closed PranavM98 closed 3 years ago

PranavM98 commented 3 years ago

@jgy4 @dapoade This is a csv file containing the college polygons and its respective states. Removed small buildings, halls, and colleges from Canada. Please check this out!

to import to geopandas: gpd.GeoDataFrame(dataframe, geometry=dataframe['geometry'])

jgy4 commented 3 years ago

This looks great, Pranav! I think I've figured out the process for calculating an initial shortest distance to polling places - so I can apply that to this csv. Looking forward to talking more tomorrow!