What problem does it solve?
Quickly understand the structure, quality, and key patterns of a new table or uploaded file so analysts can avoid wasted work and catch data issues early. It eliminates initial guesswork about schema, missingness, cardinality, distributions, duplicates, and suspicious placeholder values before deeper analysis.
Core Features & Use Cases
- Connects to a data warehouse or ingests CSV/Excel/Parquet/JSON files and infers schema and field types.
- Produces table-level metrics (row count, field count, approximate table size, date ranges) and field-level statistics (null counts and rates, unique counts, top values, numeric quantiles, string length stats).
- Classifies fields into identifiers, dimensions, metrics, timestamps, text, booleans, and structured fields and surfaces candidate foreign keys and hierarchical groupings.
- Flags data quality issues (high null rates, placeholders like "N/A" or "999999", negative/unexpected values, duplicates, future dates) and suggests remediation steps.
- Use cases: onboarding a newly delivered analytics table, triaging dashboard discrepancies, recommending dimensions and metrics for reporting, and generating starter SQL for deeper investigation.
Quick Start
Ask the assistant to explore the table orders or upload orders.csv to generate a full dataset overview, quality report, and recommended next-step analyses.