Hacker News new | ask | show | jobs
by eigenvalue 667 days ago
I have found that pandas is much better than the standard library csv library for just importing random CSV files and automatically figuring out what you would want to do most of the time, detecting column headers, dealing with quotes strings, etc.