A command-line tool and Python library for inspecting, merging, and converting Parquet files. Version 0.2.16 requires Python 3.9+, maintains quarterly releases.
pip install parquet-toolsVerified import paths — ran on the pinned version, not inferred.
Quick inspection of a Parquet file's schema.
Use underscore in import statements.
Capture stdout (e.g., with contextlib.redirect_stdout) or use pyarrow.parquet.read_schema directly.
Sort data beforehand if order matters, or use alternative methods like pyarrow.parquet.write_table.
Use hyphen in command name: 'parquet-tools'.
No dependency data recorded yet.