How to generate lat and long coordinates from an address column using Pandas and Googlemaps API

Tobi Sam
Towards Data Science
3 min readOct 21, 2019

--

Photo by Paula May on Unsplash

If you would like to plot map graphs using geographical coordinates from your address data, Google provides an API called Geocoding that lets you convert addresses to geographical coordinates and vice versa.

What is Geocoding?

--

--