What problem does it solve?
This Skill helps you systematically understand the structure, quality, and patterns within any dataset before diving into analysis, preventing common data-related pitfalls.
Core Features & Use Cases
- Structural Understanding: Identifies table and column types, row/column counts, and data grain.
- Column-Level Profiling: Computes nulls, distinct values, distributions, and specific metrics for numeric, string, and date columns.
- Quality Assessment: Provides frameworks for completeness, consistency, accuracy, and timeliness.
- Pattern Discovery: Techniques for distribution analysis, temporal patterns, segmentation, and correlation.
- Schema Documentation: Offers a template for documenting datasets and provides SQL queries for schema exploration.
- Use Case: When presented with a new sales dataset, use this Skill to quickly profile each column, identify missing values, understand revenue distributions, and check for inconsistencies before building a sales forecast model.
Quick Start
Profile the attached dataset 'sales_data.csv' to understand its structure and identify potential data quality issues.