muppetjones

joined 1 year ago
[–] muppetjones@lemm.ee 5 points 1 year ago

I use DictReader all the time, along with a library to hande the type detection. This is the way to go, especially if you need to process line by line or filter columns and rows out first.

Regardless, I'll avoid pandas wherever I can. It's not something I want in production level code if I can help it.

view more: ‹ prev next ›