What problem does it solve?
This Skill helps users systematically profile and explore datasets to understand their structure, identify data quality issues, discover patterns, and assess relationships before diving into in-depth analysis.
Core Features & Use Cases
- Structural Understanding: Assess table dimensions, grain, primary keys, and data recency.
- Column-Level Profiling: Compute null rates, distinct counts, distributions, and statistical summaries for all column types.
- Quality Assessment: Evaluate completeness, consistency, accuracy, and timeliness of data.
- Pattern Discovery: Identify trends, seasonality, segmentation, and correlations.
- Schema Documentation: Generate documentation for tables and their columns.
- Use Case: When encountering a new dataset for a sales analysis, use this Skill to quickly understand the number of rows/columns, identify which columns are metrics vs. dimensions, check for missing values, and get a sense of data distributions.
Quick Start
Profile the dataset located at '/data/sales_transactions.csv' to understand its structure and identify any data quality issues.