Overloads are provided that allow you to read specific columns from the Parquet file, and/or a subset of row groups: The logical type to use when writing a column can optionally be overridden. This is ...
DuckDB is an embedded database, similar to SQLite, but designed for OLAP-style analytics. It is crazy fast and allows you to read and write data stored in CSV, JSON, and Parquet files directly, ...