From bb03c9ea21f955d9800850e16185a15a32ea677f Mon Sep 17 00:00:00 2001 From: Richard Iannone Date: Sun, 1 Jun 2025 22:00:43 -0400 Subject: [PATCH] Add pointblank library to Data Validation section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a7f5f89d..1c6b5869a 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [schematics](https://github.com/schematics/schematics) - Data Structure Validation. * [voluptuous](https://github.com/alecthomas/voluptuous) - A Python data validation library. * [pydantic](https://github.com/pydantic/pydantic) - Data validation using Python type hints. +* [pointblank](https://github.com/posit-dev/pointblank) - Validate a wide range of DataFrame and database tables. ## Data Visualization