awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesRuntime Constraint Validation

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.

Awesome Runtime Constraint Validation GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • unionai-oss/panderaAvatar de unionai-oss

    unionai-oss/pandera

    4,382Voir sur GitHub↗

    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.

    Pythonassertionsdata-assertionsdata-check
    Voir sur GitHub↗4,382
  1. Home
  2. Software Engineering & Architecture
  3. Runtime Constraint Validation