[PR #2712] Add the Pointblank library to the Data Validation section #2025

Open
opened 2025-11-06 13:27:59 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2712
Author: @rich-iannone
Created: 6/2/2025
Status: 🔄 Open

Base: masterHead: patch-2


📝 Commits (1)

  • bb03c9e Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2712 **Author:** [@rich-iannone](https://github.com/rich-iannone) **Created:** 6/2/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`bb03c9e`](https://github.com/vinta/awesome-python/commit/bb03c9ea21f955d9800850e16185a15a32ea677f) Add pointblank library to Data Validation section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:27:59 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#2025