What problem does it solve?
Manually validating data quality, identifying null values, and understanding column value distributions for large tabular datasets is time-consuming and prone to human error, creating bottlenecks for data engineering and analytics teams.
Core Features & Use Cases
- Automated Quality Checks: Calculate null percentages and identify unique columns to flag data completeness and uniqueness issues without manual querying.
- Distribution Insights: Generate row counts and high-level distribution metrics to quickly understand dataset structure and size.
- Use Case: A data engineer onboarding a new raw customer data table can use this skill to rapidly validate that the dataset has acceptable null rates and expected unique identifier columns before building downstream transformation pipelines.
Quick Start
Use the data-profiler skill to generate a quality and distribution profile for the raw sales_orders table.