{"id":15041241,"url":"https://github.com/quantco/datajudge","last_synced_at":"2026-01-16T02:30:33.417Z","repository":{"id":37562896,"uuid":"483542839","full_name":"Quantco/datajudge","owner":"Quantco","description":"Assessing whether data from database complies with reference information.","archived":false,"fork":false,"pushed_at":"2025-03-11T14:58:18.000Z","size":1449,"stargazers_count":42,"open_issues_count":21,"forks_count":3,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-03-30T18:11:06.777Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://datajudge.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Quantco.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-20T07:00:13.000Z","updated_at":"2025-03-11T14:58:21.000Z","dependencies_parsed_at":"2023-02-18T15:31:22.964Z","dependency_job_id":"7b3d581e-fd53-438d-a3ff-81fbc180d87c","html_url":"https://github.com/Quantco/datajudge","commit_stats":{"total_commits":263,"total_committers":22,"mean_commits":"11.954545454545455","dds":0.7452471482889733,"last_synced_commit":"dc4a79cac196b1f034f0e6bbfcf863b8c81e4d2b"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quantco%2Fdatajudge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quantco%2Fdatajudge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quantco%2Fdatajudge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quantco%2Fdatajudge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quantco","download_url":"https://codeload.github.com/Quantco/datajudge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247535519,"owners_count":20954576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T20:45:48.104Z","updated_at":"2026-01-16T02:30:33.411Z","avatar_url":"https://github.com/Quantco.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# datajudge\n\n[![CI](https://github.com/Quantco/datajudge/actions/workflows/ci.yaml/badge.svg)](https://github.com/Quantco/datajudge/actions/workflows/ci.yaml)\n[![Documentation Status](https://readthedocs.org/projects/datajudge/badge/?version=latest)](https://datajudge.readthedocs.io/en/latest/?badge=latest)\n[![Conda-forge](https://img.shields.io/conda/vn/conda-forge/datajudge?logoColor=white\u0026logo=conda-forge)](https://anaconda.org/conda-forge/datajudge)\n[![PypiVersion](https://img.shields.io/pypi/v/datajudge.svg?logo=pypi\u0026logoColor=white)](https://pypi.org/project/datajudge)\n[![codecov.io](https://codecov.io/github/QuantCo/datajudge/coverage.svg?branch=main)](https://codecov.io/github/QuantCo/datajudge?branch=main)\n\nExpress and test specifications against data from database.\n\n[Documentation](https://datajudge.readthedocs.io/en/latest/index.html)\n\n# Supported backends\n\n![PostgreSQL](https://img.shields.io/badge/PostgreSQL-4169E1?logo=postgresql\u0026logoColor=white)\n![Microsoft SQL Server](https://img.shields.io/badge/SQL_Server-CC2927?logo=microsoftsqlserver\u0026logoColor=white)\n![Snowflake](https://img.shields.io/badge/Snowflake-29B5E8?logo=snowflake\u0026logoColor=white)\n![Google BigQuery](https://img.shields.io/badge/BigQuery-669DF6?logo=googlebigquery\u0026logoColor=white)\n![DuckDB](https://img.shields.io/badge/DuckDB-FFF000?logo=duckdb\u0026logoColor=black)\n\n# Usage\n\n`datajudge` can either be installed via pypi with `pip install datajudge` or via conda-forge with `conda install datajudge -c conda-forge`.\n\nPlease refer to the [Getting Started](https://datajudge.readthedocs.io/en/latest/getting_started.html) section of our documentation for details.\n\nExpressing an expectations between different tables from a database may look as such:\n\n```python\nfrom datajudge import BetweenRequirement\n\ncompanies_between_req = BetweenRequirement.from_tables(\n    db_name1=\"example\",\n    table_name1=\"companies\",\n    db_name2=\"example\",\n    table_name2=\"companies_archive\",\n)\n\ncompanies_between_req.add_row_superset_constraint(\n    columns1=[\"name\"], columns2=[\"name\"], constant_max_missing_fraction=0\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantco%2Fdatajudge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquantco%2Fdatajudge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantco%2Fdatajudge/lists"}