unionai-oss/pandera

A light-weight, flexible, and expressive statistical data testing library

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 34 minutes ago
Added to GitGenius on September 15th, 2026
Created on November 1st, 2018
Open Issues & Pull Requests: 445 (+0)
GitHub issues: Enabled
Number of forks: 453
Total Stargazers: 4,460 (+0)
Total Subscribers: 22 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.2 days
Mean response time: 133.5 days
90th percentile: 387.4 days
Tracked items: 321

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 9% of issues opened in the past year have never received a reply. 90% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "question" is answered fastest, typically in about 2 days, while "bug" waits about 11 days. 79% of issues opened in the past year have been closed, leaving a working backlog. Three people close 84% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 134
New in 7 days: 8
Closed in 7 days: 5
Avg open age: 765 days
Stale 30+ days: 108
Stale 90+ days: 98

Recent activity

Opened in 7 days: 8
Closed in 7 days: 4
Comments in 7 days: 7
Events in 7 days: 14

Top labels

  • bug (217)
  • enhancement (66)
  • question (21)
  • docs (13)
  • help wanted (10)
  • good first issue (3)
  • continuous integration (2)
  • benchmarking (1)

Detailed Description

Pandera is a data validation library that provides a flexible and expressive API for validating dataframe-like objects in Python.

Pandera addresses the problem of ensuring data correctness in processing pipelines by enabling developers to define and enforce schemas on dataframes. It works through two complementary approaches: an object-based API for inline validation and a class-based API for more structured schema definitions. The library validates data against specified constraints, helping catch errors early and making pipelines more readable and robust by treating dataframes as statistically typed objects.

Pandera suits data scientists, engineers, and analysts who need to validate data quality in production or analytical workflows. It works across multiple dataframe libraries including pandas, polars, and pyspark, making it useful whether you are working with a single library or a heterogeneous stack. The tool is particularly valuable in pipelines where data correctness is critical and where validation logic needs to be explicit and maintainable rather than scattered through processing code.

The project maintains active development with regular updates to its API and supported libraries. The codebase shows ongoing refinement of core functionality, as evidenced by recent module reorganization to improve the developer experience. Documentation is comprehensive and kept current alongside code changes. The project demonstrates responsiveness to user needs through API improvements and expanded dataframe library support.