Ross ROSS = Recommend OSS · open-source software intelligence for agents

unionai-oss/pandera

A light-weight, flexible, and expressive statistical data testing library observed · 2026-08-28

github.com/unionai-oss/pandera · homepage · Python · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
unionai-oss/panderamain96

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