Properties located closer to major cities will, on average, be worth more

Methodology

  • Pulled a table from the Wikipedia page of Georgia municipalities to determine ten most populous cities.
  • Used geopy to get coordinates for top ten cities
  • Used Geopandas and a shapefile to get the shape and coordiantes for each county in Georgia
  • Merged Geopandas dataframe with dataframe containing average cost per county and mapped using Folium
  • Marked top ten cities with pins, also using Folium