quality_report
Generate a comprehensive data quality report showing column dtypes, missing values, unique counts, and duplicate rows. Run right after loading data to reveal the full data quality landscape before cleaning.
Instructions
Comprehensive data quality report: dtype per column, missing value count and %, unique value count, and total duplicate rows. ESSENTIAL FIRST STEP after loading data. Run before any cleaning or transformation. Reveals the full data quality landscape in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| df_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |