Skip to content

Instantly share code, notes, and snippets.

@abeger
Created October 1, 2012 19:15
Show Gist options
  • Save abeger/3813804 to your computer and use it in GitHub Desktop.
Save abeger/3813804 to your computer and use it in GitHub Desktop.
Dictwriter.writeheader() pre-2.7
writer = csv.DictWriter(csvfile, header_list)
writer.writerow(dict((h,h) for h in header_list))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment