mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-22 22:20:49 -05:00
[PR #2712] Add the Pointblank library to the Data Validation section #2025
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2712
Author: @rich-iannone
Created: 6/2/2025
Status: 🔄 Open
Base:
master← Head:patch-2📝 Commits (1)
bb03c9eAdd pointblank library to Data Validation section📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
The aim of the Pointblank project is to validate DataFrames and database tables. You can add schema checks, many types of value checks, and checks for duplicates and incomplete records. It produces beautiful HTML reporting tables that can be sent to data stakeholders. This library is useful for validating data analysis code in notebooks and it also scales to data validation in pipeline processes.
What's the difference between this Python project and similar ones?
This library is focused on tables (and not other data structures). It produces reporting artifacts useful for communicating data quality issues. It is compatible with a huge number of table types since it uses Narwhals and Ibis as compatibility layers.
--
Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.