Description
Read and write Parquet columnar data files from Python. It helps data pipelines, analytics tools, and research workflows store large tabular datasets efficiently.
This is a data-format library, not a database server. Parquet files can contain sensitive records and large datasets, so applications should control file access, schema evolution, and memory use during reads.