awslabs/deequ
Deequ is a library built on top of Apache Spark for defining "unit tests for data", which measure data quality in large datasets. observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 93
- Release rhythm 89
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 5.0
- age_days: 2948
- days_rel: 76
- days_push: 43
- n_releases_24m: 13
Adoption not part of the score
3643 stars · 584 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Deequ is a Scala library built on Apache Spark for defining 'unit tests for data' that measure data quality in large datasets. It computes data quality metrics and verifies constraints on tabular data before it feeds downstream systems or machine learning pipelines.
Use cases
- validate data quality in large spark dataframes
- define unit tests for datasets
- detect data errors before loading into ml pipelines
- compute data quality metrics on big data
- check constraints like completeness and uniqueness on tables
- profile large datasets for quality issues
When to choose
- you already run Apache Spark and need scalable data quality checks
- you want declarative constraint verification on large tabular datasets
- you need to catch data errors before feeding consuming systems or ML models
When to avoid
- your data is small and fits in pandas or a single machine
- you don't use Spark and can't justify its overhead
- you need streaming or non-tabular (e.g., unstructured text) data validation
Facets
library · maturity active
testing data-science etl monitoring data-science big-data analytics jvm python data-quality apache-spark unit-tests-for-data data-validation pydeequ data-engineering spark
1 source
- readme: https://github.com/awslabs/deequ · fetched 2026-08-28 · ceddc246f629
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| awslabs/deequ | main | 93 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem