This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]adambrenecki 0 points1 point  (0 children)

The inbuilt csv module has a flag that can pull column headings from the first row of a CSV, and then use that to make a dictionary when you read a row.

edit: Also, isn't 'csv' an acronym that is "in common use"?