parquet-metadata
A tool to show metadata about a Parquet file
What it is and what it does
Parquet-metadata is a lightweight command-line utility that extracts and displays metadata from Parquet files in a tab-separated format. It shows file-level information like creation tool and row count, then breaks down each row group with column-level details including data type, compression method, encoding, compressed and uncompressed sizes, and min/max statistics.
The tool is designed as a simple inspection utility for developers and data engineers who need to understand the structure and properties of Parquet files without loading the data itself. It has no runtime dependencies and installs quickly, making it a minimal addition to your toolkit for Parquet file analysis.
Use it for:
- Inspect compression ratios and encoding choices in Parquet files to understand storage efficiency
- Verify row group structure and column statistics before processing large Parquet datasets
- Debug data pipeline issues by examining file metadata without reading the actual data
- Check column types and value ranges (min/max) to validate data quality before analysis
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Parquet-metadata is a command-line tool that reads and displays structural and statistical metadata from Parquet files, including row group information, column types, compression settings, and value statistics.
No, unless you have a specific need for this exact tool and can accept that it has not been maintained since 2018. The package works for basic Parquet inspection, but there is no active development, and compatibility with newer Parquet features or Python versions is uncertain. Consider alternatives that are actively maintained if you need reliable, long-term support.
Install
parquet-metadata on PyPI
pip
pip install parquet-metadatauv
uv add parquet-metadatapoetry
poetry add parquet-metadataInstalling parquet-metadata
Before you install
Installation is straightforward with no runtime dependencies, but the package has been abandoned since its only release in 2018 and last commit in 2021. No updates have been made in nearly three years.
License in practice
Licensed under Apache License (permissive), so you can use, modify, and distribute the package freely with minimal restrictions.
Quickstart
pip install parquet-metadata
parquet-metadata parquet.file
Verify before relying
- Whether the tool works with modern Parquet file formats and compression codecs released after 2021
- Compatibility with current Python versions and whether it runs on Python 3.9+
Package facts
| License | not declared (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | abandoned — 2,890 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 209,084/month — #9,520 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: parquet_metadata-0.0.1-py3-none-any.whl
Tags
More Utilities packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
charset-normalizerDetects and normalizes text encoding from…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
PygmentsPygments is a syntax highlighter that colorizes…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
parquetReads Apache Parquet files in pure Python and…
permissive · top 15,000 on PyPI
parquet-toolsCommand-line tool to read, inspect, and export…
permissive · top 15,000 on PyPI
fastparquetfastparquet reads and writes Apache Parquet…
permissive · top 5,000 on PyPI
tensorflow-metadataProvides standard schema, statistics, and…
permissive · top 5,000 on PyPI
pyspark-extensionProvides Python bindings and utilities for…
permissive · top 15,000 on PyPI
hepconverthepconvert converts between columnar file…
permissive · top 15,000 on PyPI
rasterstatsRasterstats computes summary statistics (mean,…
permissive · top 15,000 on PyPI
pystac-ext-tableExtends PySTAC to describe tabular data assets…
permissive · top 5,000 on PyPI
partdPartd is a key-value byte store that appends…
permissive · top 1,000 on PyPI
petastormPetastorm enables direct training of deep…
permissive · top 15,000 on PyPI