1 مستودع
Validation of data values against logical rules and statistical boundaries during program execution.
Distinct from Static Type Checking: Distinct from static type checking as it verifies actual data values at runtime rather than code structure during compilation.
Explore 1 awesome GitHub repository matching software engineering & architecture · Runtime Constraint Validation. Refine with filters or upvote what's useful.
Pandera is a data pipeline validation framework and statistical type validation tool. It functions as a library for defining and enforcing schemas on datasets to ensure data quality and consistency, specifically providing validation capabilities for Pandas dataframes. The project includes a schema inference tool that automates setup by analyzing existing dataset samples to generate validation schemas. It also serves as a synthetic data generator, creating artificial datasets based on predefined schemas to verify data-producing functions. The framework covers data engineering quality assuranc
Implements runtime checks to verify that dataset values adhere to specific logical and statistical constraints.