Data Quality
Data Observability Platform
★ 4.1
Automated Data Profiling
★ 4.6
N/A — SaaS platformpip install ydata-profilingN/A — SaaS platformpip install ydata-profilingPython data engineers integrate DataKitchen into Airflow-based pipelines to add automated data journey monitoring — each pipeline run emits metadata to DataKitchen, which tracks data freshness, test results, and lineage. Engineers use DataKitchen's Python SDK to define test suites that run alongside pipeline tasks and surface quality issues in a centralized observability dashboard.
Python data engineers use ydata-profiling (formerly pandas-profiling) as the first step after ingesting a new dataset to understand its structure, quality, and statistical properties. A single call to `ProfileReport(df).to_file("report.html")` generates a full interactive report. It is used in data discovery workflows, pre-processing audits before ML feature engineering, and automated data quality checks in CI/CD pipelines for dataset validation.
Individual Tool Pages