Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 399 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 399 Bytes

#How to geocode and map addresses using Geopy In this illustration, a Pandas DataFrame containing addresses for various universities is used. The objective is to geocode these addresses using Nominatim to acquire their latitude and longitude coordinates. This exercise also shows the locations of the universities on a map using folium. This is the step-by-step process for accomplishing this task.