ByteScope

Parquet file format

Apache Parquet, a columnar storage format for big-data analytics.

MIME type
application/vnd.apache.parquet
Extensions
.parquet
Category
Data & databases

Magic-number signature

0x0000000050415231PAR1'PAR1' header
-0x0000000450415231PAR1'PAR1' footer (last 4 bytes)

About the Parquet format

Parquet stores data column-by-column with rich compression and metadata, making analytical queries over huge datasets fast. Uniquely it is marked at both ends: the four bytes 'PAR1' appear at the start and again at the very end of the file.

Related formats

Have a file that might be Parquet? Identify it with the File Type Identifier — it reads the magic number locally, nothing is uploaded. Or browse all formats.