Google Maps Geocoder python scripts
How to :
In the same folder :
input.csv must contain the specific "address" column
Could be any type of adresses, but best practice would be
street# streetName postalCode city country
or
6 digit postal code (for canada)
output.csv will contains lot of useful informations such as :
accuracy
formatted_address
google_place_id
input_string
latitude
longitude
number_of_results
postcode
response
status
type
See the GM geocoder documentation here for all details about the results informations provided
https://developers.google.com/maps/documentation/geocoding/intro?hl=fr