Skip to content

Instantly share code, notes, and snippets.

@thilohuellmann
Created June 12, 2018 11:35
Show Gist options
  • Save thilohuellmann/d33930877c30abb5194af8427c830a40 to your computer and use it in GitHub Desktop.
Save thilohuellmann/d33930877c30abb5194af8427c830a40 to your computer and use it in GitHub Desktop.
medium3
# 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