Tagged: data
2 articles
Parquet vs CSV file format Parquet stores values column-by-column with a metadata footer at the end. CSV stores rows. That layout difference is why analytical tools default to parquet. Read article Data Pipelines in 50 Tokens ilo now handles the full fetch, parse, transform, aggregate, write cycle. The builtins that made it possible. Read article