mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-07 00:14:48 -05:00
[PR #2797] [MERGED] Add Desbordante #15800
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/2797
Author: @chernishev
Created: 11/12/2025
Status: ✅ Merged
Merged: 11/20/2025
Merged by: @vinta
Base:
master← Head:chernishev-awesome-python📝 Commits (1)
18d6892Add Desbordante📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Desbordante is an open-source data profiler specifically focused on complex patterns — such as numerical association rules, differential dependencies, denial constraints, and more. The pip package lets you discover and validate patterns, inspect where they fail, and combine discovered patterns with other Python libraries (including machine learning ones) to build ad‑hoc data‑quality workflows. These patterns can help with data deduplication, schema matching, anomaly detection, data understanding, hypothesis generation, and more. You can also extract and enforce complex integrity constraints.
Key features:
What's the difference between this Python project and similar ones?
Traditional profilers (e.g., YData Profiling) focus on basic stats — min/max, NULL counts, distinct values, correlations — and generally don’t support complex patterns. Desbordante is the only tool aimed specifically at discovering those complex patterns.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.