What problem does it solve?
This Skill helps you systematically understand new datasets by profiling their structure, identifying data quality issues, and discovering patterns before diving into in-depth analysis.
Core Features & Use Cases
- Structural Understanding: Assesses table-level details like row/column counts and identifies primary keys.
- Column-Level Profiling: Computes null rates, distinct counts, value distributions, and identifies anomalies for all column types (numeric, string, temporal, boolean).
- Quality Assessment: Provides frameworks for evaluating completeness, consistency, accuracy, and timeliness of data.
- Relationship Discovery: Helps identify potential foreign keys, hierarchies, correlations, and redundant columns.
- Use Case: When presented with a new customer dataset, use this skill to quickly understand the distribution of customer demographics, identify missing contact information, and flag any unusual entries before building a segmentation model.
Quick Start
Profile the attached dataset 'customer_data.csv' to understand its structure and identify any data quality issues.