What problem does it solve?
This Skill helps you systematically understand the structure, quality, and patterns within any new dataset before diving into in-depth analysis.
Core Features & Use Cases
- Structural Understanding: Assesses table-level details like row/column counts, grain, and primary keys.
- Column-Level Profiling: Computes null rates, distinct counts, distributions, and statistical summaries for all column types (numeric, string, date, etc.).
- Quality Assessment: Provides a framework for scoring completeness, consistency, accuracy, and timeliness.
- Relationship Discovery: Identifies potential foreign keys, hierarchies, and correlations between columns.
- Use Case: When presented with a new sales dataset, use this skill to quickly determine the number of records, identify unique customer IDs, check for missing sales figures, and understand the distribution of sales amounts by region.
Quick Start
Profile the attached dataset 'customer_transactions.csv' to understand its structure and identify potential data quality issues.