you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 years ago (1 child)

Ah I was trying to point out that CSV is the inefficient format. Reading a large amount of data from a more efficient format like parquet is more likely to cause trouble because the memory required can be more than the file size. CSV is the opposite where it will almost always use more disk space than is required to represent the data in memory.

  • source
  • parent
  • hideshow 2 child comments