Desbordante / desbordante-core

Desbordante is a high-performance data profiler that is capable of discovering many different patterns in data using various algorithms. It also allows to run data cleaning scenarios using these algorithms. Desbordante has a console version and an easy-to-use web application.
GNU Affero General Public License v3.0
371 stars 66 forks source link

Add ND verification bindings and examples #449

Closed Petua41 closed 1 week ago

Petua41 commented 4 weeks ago

Add python bindings and examples for ND-Verifier algorithm

chernishev commented 2 weeks ago

Both examples are related to dependency '{Name} -> {ID} with weight 2', but NDs can contain more than one attribute in its lhs and rhs. These examples don't fully reflect the capabilities of NDs, so you should add an overview of a complex dependency such as '{A, B} -> {C}' or similar.

Good idea, I totally forgot about this, when discussed it.