From 480c9fed38809e171cf5c475cc85cedd5070fd63 Mon Sep 17 00:00:00 2001 From: Vignesh Date: Wed, 1 Apr 2026 16:34:56 +1100 Subject: [PATCH] Add datascreeniq-python library to READMEAdd datascreeniq-python to Data Validation section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a10a4fa..eef9cb8 100644 --- a/README.md +++ b/README.md @@ -466,6 +466,7 @@ _Libraries for data analysis._ _Libraries for validating data. Used for forms in many cases._ - [cerberus](https://github.com/pyeve/cerberus) - A lightweight and extensible data validation library. +- [datascreeniq-python](https://github.com/AppDevIQ/datascreeniq-python) - Python SDK for DataScreenIQ, a real-time data quality firewall that detects schema drift, null spikes, type mismatches, and anomalies with PASS / WARN / BLOCK decisions. - [jsonschema](https://github.com/python-jsonschema/jsonschema) - An implementation of [JSON Schema](http://json-schema.org/) for Python. - [pandera](https://github.com/unionai-oss/pandera) - A data validation library for dataframes, with support for pandas, polars, and Spark. - [pydantic](https://github.com/pydantic/pydantic) - Data validation using Python type hints.