5 ms·
i mean, if you are reading and writing csv then yeah, you've already fucked up.
by mmmmpancakes 3y ago
i mean, if you are reading and writing csv then yeah, you've already fucked up.
- hermitcrab 3y agoCSV is a terrible format. But it is extensively used. See also: Why isn’t there a decent file format for tabular data? https://news.ycombinator.com/item?id=31220841 https://news.ycombinator.com/item?id=31220841
- mmmmpancakes 3y agoparquet is perfectly fine > There is Parquet. It is very efficient with it’s columnar storage and compression. But it is binary, so can’t be viewed or edited with standard tools, which is a pain. I can open parquet in excel
- hermitcrab 3y agoUsing this connector? https://learn.microsoft.com/en-us/power-query/connectors/parquet https://learn.microsoft.com/en-us/power-query/connectors/par...