unionai-oss/pandera
A light-weight, flexible, and expressive statistical data testing library observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 99
- Release rhythm 90
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 20
- age_days: 2863
- days_rel: 65
- days_push: 7
- n_releases_24m: 22
Adoption not part of the score
4442 stars · 434 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Pandera is a Python library for statistical data validation of dataframe-like objects, supporting pandas, polars, PySpark, and others. It lets users define expressive schemas and validate data at runtime, including testing data transformation functions with hypothesis-based strategies.
Use cases
- validate pandas dataframes against a schema
- check data quality in ETL pipelines
- test data transformation functions in CI
- assert column types and value constraints on dataframes
- clean and verify messy real-world datasets
- generate synthetic test data from dataframe schemas
When to choose
- you need schema-based validation for pandas, polars, or pyspark dataframes
- you want runtime type checking of functions that consume or produce dataframes
- you need statistical checks like ranges, categories, or distributions on your data
- you want to catch low-quality data before it reaches ML models or production pipelines
When to avoid
- you need validation for non-tabular data like JSON documents or raw files
- you want a full data quality dashboard or monitoring UI rather than a programmatic library
- you work outside the Python ecosystem
Facets
library · maturity stable
testing data-science etl form-handling data-science machine-learning developer-tools python dataframes pandas polars pyspark schema-validation data-quality hypothesis-testing statistical-typing data-engineering
8 sources
- readme: https://github.com/unionai-oss/pandera · fetched 2026-08-28 · 799a924b41b0
- homepage: https://www.union.ai/pandera · fetched 2026-08-29 · c3fa3b87264f
- site_page: https://www.union.ai/docs · fetched 2026-08-29 · 8e997d26c088
- site_page: https://www.union.ai/docs/v2/byoc/release-notes · fetched 2026-08-29 · d319430e13fa
- site_page: https://www.union.ai/support · fetched 2026-08-29 · ab942d67aaea
- site_page: https://www.union.ai/integrations · fetched 2026-08-29 · ecc6f3c326e7
- site_page: https://www.union.ai/pricing · fetched 2026-08-29 · 85fa762410da
- site_page: https://www.union.ai/company · fetched 2026-08-29 · 360acfb98d26
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| unionai-oss/pandera | main | 96 |
For agents
markdown · JSON · MCP: product_card(name="unionai-oss/pandera")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem