Data Profiling
Sensitive Data Detection & Profiling
★ 4.3
Advanced Data Pattern Discovery
★ 4.0
pip install DataProfilerpip install desbordantepip install DataProfilerpip install desbordantePython data engineers use the DataProfiler library to auto-generate statistical profiles and PII detection reports for new datasets before ingesting them into the pipeline. Calling `dp.Data(file_path)` and `dp.Profiler(data).report()` returns column-level statistics and sensitive data labels — informing masking decisions and validation rule design before production pipeline code is written.
Python data engineers use Desbordante to discover hidden data quality rules in large datasets — running functional dependency mining to find columns that should uniquely determine other columns, then using those discovered rules to write validation checks in the production pipeline. This data-driven approach to quality rule discovery is faster than manually inspecting datasets.
Individual Tool Pages