awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Outils de validation de schémas de données

Classement mis à jour le 30 juin 2026

For un outil pour vérifier la qualité de mes données, the strongest matches are great-expectations/great_expectations (Great Expectations is a dedicated data quality framework that), unionai-oss/pandera (Pandera is a Python library that validates both schema) and tensorflow/data-validation (TensorFlow Data Validation is a library purpose-built for validating). Each is ranked by relevance to your query, popularity and recent activity.

Frameworks et bibliothèques automatisés pour vérifier l'intégrité de la structure des données et appliquer des standards de qualité sur les jeux de données.

Outils de validation de schémas de données

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

    great-expectations/great_expectations

    11,558Voir sur GitHub↗

    Great Expectations is a data quality testing framework and observability platform designed to monitor the reliability of data pipelines. It provides a structured environment for defining, documenting, and automating data quality assertions, allowing teams to validate datasets against expected structure and content before they move through downstream processes. The project distinguishes itself through a declarative domain-specific language that stores quality rules as version-controlled configuration files. It utilizes an execution engine abstraction to translate these high-level assertions in

    Great Expectations is a dedicated data quality framework that validates both schema structure and data content through declarative expectations, offers profiling and statistics, and integrates with Pandas/Spark, making it a comprehensive fit for data pipeline validation.

    PythonData Quality Reports
    Voir sur GitHub↗11,558
  • 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

    Pandera is a Python library that validates both schema structure and data quality on Pandas DataFrames through user-defined schemas and statistical hypothesis testing, making it a direct fit for data pipeline validation; it covers schema validation and customizable rules but does not integrate with Spark or include explicit anomaly detection or automated documentation generation, which keeps it a solid match rather than a flagship.

    PythonCustom Validation RulesData Schema Validation
    Voir sur GitHub↗4,382
  • tensorflow/data-validationAvatar de tensorflow

    tensorflow/data-validation

    780Voir sur GitHub↗

    Library for exploring and validating machine learning data

    TensorFlow Data Validation is a library purpose-built for validating ML data, providing schema inference and validation, statistics computation, and anomaly detection, which directly matches the need for a framework that checks schema structure and data quality rules in data pipelines.

    PythonData ValidationData Validation and Anomaly DetectionData Visualization
    Voir sur GitHub↗780

Related searches

  • a schema validation library for data parsing
  • a data validation library for application development
  • a java library for data validation
  • une bibliothèque de validation de schéma pour TypeScript
  • a data validation library for Rust
  • a library for validating data in PHP
  • une bibliothèque de validation de données utilisant les type hints Python
  • a data validation library for Go