Search notes:

Apache Parquet

Parquet is a columnar file format that provides significantly faster performance compared to CSV and supports typed and nested schemas.

See also

Data exchange formats
A future version (as of 2020-11-24) of the 64-bit version of Power BI Desktop will support the Parquet file format.
The read_parquet() method of Python's pandas module.
DuckDB: export database '/home/rene/dbexp' (format parquet);
ORC

Index