Skip to content

Instantly share code, notes, and snippets.

@elyase
Last active December 28, 2015 20:19
Show Gist options
  • Save elyase/7556915 to your computer and use it in GitHub Desktop.
Save elyase/7556915 to your computer and use it in GitHub Desktop.
import csv
with open('companies.csv', 'wb') as csvfile:
csv.writer(csvfile, delimiter=',').writerows(row_gen)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment