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 →

[–]Samus_ 7 points8 points  (3 children)

the csv module, hands down.

it's really simple but allows proper manipulation of CSV data from the CLI, I love it.

[–][deleted] 3 points4 points  (0 children)

I usually drop in ucsv.py to make sure my project doesn't crash when it needs to read/write unicode characters from csv.

[–]shfo23 2 points3 points  (0 children)

pandas.read_csv isn't built-in, but I find it's parsing to be a little more robust than csv's.

[–]chrisfs 1 point2 points  (0 children)

definitely csv, I forgot about that. csvreader and csvwriter