Hacker News new | ask | show | jobs
by mukundesh 815 days ago
Using parquet in python requires installing pyarrow and numpy, whereas CSV comes with stdlib.

Also, the csv has a very pythonic interface vis-a-vis parquet, in most cases if I can fit the file in memory I would go with CSV.