Tag view

#data-formats

Cross-subject tag search for related interview cards.

Clear

Results update as you type. Press / to jump straight into search.

Tagged with data-formats

1 card

ETL / Data Engineering Easy Theory

Parquet vs CSV vs JSON

CSV is simple but weakly typed, JSON is flexible but verbose, and Parquet is compressed columnar storage optimized for analytics.

  • CSV is easy to inspect
  • JSON handles nested structure
  • Parquet is best for warehouse scans

Parquet vs CSV vs JSON