What problem does it solve?
Provides a systematic process to quickly understand a dataset's shape, quality, and patterns so analysts can decide whether data is usable and which transformations or investigations are needed before analysis.
Core Features & Use Cases
- Structural profiling: Row and column counts, grain, primary key candidates, and schema overview to establish how the table is organized.
- Column-level statistics: Null rates, distinct counts, top/bottom values, lengths for text, percentiles and distribution summaries for numeric fields, and date range checks.
- Quality and pattern discovery: Completeness scoring, consistency checks, placeholder detection, outlier spotting, correlation matrices, and foreign-key/hierarchy candidates for downstream joins.
- Use Case: When onboarding a new CSV export or data lake table, run the profile to discover surprising nulls, mixed types, skewed distributions, and candidate keys before building dashboards or joining tables.
Quick Start
Open the dataset and run a profile to get column-level stats, null rates, top values, and suggested data types.