From fe5bb1fe294a707603c5709e2fdb062ed61e1db1 Mon Sep 17 00:00:00 2001 From: George Chernishev Date: Sun, 16 Nov 2025 01:27:08 +0300 Subject: [PATCH] Add Desbordante data profiler to statistics section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0fdaf94..0f96840 100644 --- a/README.md +++ b/README.md @@ -435,6 +435,7 @@ * [weightedcalcs](https://github.com/jsvine/weightedcalcs) - A pandas-based utility to calculate weighted means, medians, distributions, standard deviations, and more. * [scikit-posthocs](https://github.com/maximtrp/scikit-posthocs) - Pairwise Multiple Comparisons Post-hoc Tests. * [Alphalens](https://github.com/quantopian/alphalens) - Performance analysis of predictive (alpha) stock factors. +* [Desbordante](https://github.com/desbordante/desbordante-core/) - An open-source data profiler specifically focused on discovery and validation of complex patterns, such as [numerical association rules](https://colab.research.google.com/github/Desbordante/desbordante-core/blob/main/examples/notebooks/Numerical_Association_Rules.ipynb), [differential dependencies](https://colab.research.google.com/github/Desbordante/desbordante-core/blob/main/examples/notebooks/Differential_Dependencies.ipynb), [denial constraints](https://colab.research.google.com/github/Desbordante/desbordante-core/blob/main/examples/notebooks/Denial_Constraints.ipynb), and more. ## Data Manipulation