Skip to content

Instantly share code, notes, and snippets.

@thilohuellmann
Created June 12, 2018 12:04
Show Gist options
  • Save thilohuellmann/3e008843c133450d170fb4c9c387d829 to your computer and use it in GitHub Desktop.
Save thilohuellmann/3e008843c133450d170fb4c9c387d829 to your computer and use it in GitHub Desktop.
medium7
with open('transformed_addresses.csv', 'w', newline='', encoding='utf-8') as f:
writer = csv.writer(f)
for row in transformed:
writer.writerow(row)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment