Created
June 12, 2018 12:04
-
-
Save thilohuellmann/3e008843c133450d170fb4c9c387d829 to your computer and use it in GitHub Desktop.
medium7
This file contains 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
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