What problem does it solve?
This Skill helps you systematically profile datasets, assess their quality, discover patterns, and understand their schemas before diving into complex analysis.
Core Features & Use Cases
- Structural Understanding: Analyze table and column structures, identify data types, and determine data grain.
- Column-Level Profiling: Compute null counts, distinct values, distributions, and statistical summaries for each column.
- Quality Assessment: Evaluate completeness, consistency, accuracy, and timeliness of the data.
- Pattern Discovery: Identify trends, seasonality, segmentation, and correlations within the data.
- Use Case: When given a new sales dataset, use this Skill to quickly understand the number of records, identify missing values in key fields like 'customer_id', and visualize the distribution of 'order_value' to spot outliers.
Quick Start
Profile the dataset located at '/data/sales_q1.csv' to understand its structure and identify potential data quality issues.