What problem does it solve?
Provides a fast, structured way to inspect a new table or uploaded file to understand shape, data quality, distributions, and obvious anomalies before deeper analysis or reporting. It reduces guesswork by automatically computing coverage, null rates, cardinality, common values, numeric and temporal summaries, and naming likely identifiers and dimensions.
Core Features & Use Cases
- Automated profiling: Counts, column-type breakdowns, null rates, distinct counts, top/bottom values and sampling for large tables.
- Quality checks and alerts: Flags high null rates, placeholder values, duplicates, impossible values, and encoding/format inconsistencies.
- Relationship discovery: Suggests candidate foreign keys, derived columns, redundant fields, correlations and natural hierarchies for analysis.
- Use cases: Onboard a new PostgreSQL table, inspect CSV/Excel uploads, or sample data from Stripe/Omie/Evo CRM to decide dimensions, metrics and follow-up queries.
Quick Start
Use the data-explore skill to profile the target table or uploaded file by naming it, for example run the data-explore operation on customers_2024.csv