Created
June 12, 2018 11:35
-
-
Save thilohuellmann/d33930877c30abb5194af8427c830a40 to your computer and use it in GitHub Desktop.
medium3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Get addresses from CSV | |
addresses = addresses_from_csv(path='path/to/your/file.csv', column=0) | |
# Set Google Maps API key | |
api_key = YOUR_API_KEY | |
# Initialize array for transformed addresses | |
transformed = [] | |
transformed.append(['Country', 'Post code', 'City', 'Street & No']) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment