Dataset Profiler
7 (data: 6)72.4%00 set keys in Optionsnoneid6061, p50 3.50, max 6, outliers 0name6064~8 (avg 5.3) age60527, p50 29.50, max 31, outliers 0city6046~13 (avg 8.2) sales51575, p50 120.50, max 200, outliers 0joined_at6052023-01-03active602trueAbout Dataset Profiler
Dataset Profiler scans your CSV and builds a structured overview: dataset-level stats, per-column type inference, completeness, uniqueness, distributions, and data-quality warnings. Use it to quickly understand data shape and decide the next cleaning or analysis steps.
What you’ll see
- Dataset: rows/columns, overall missing ratio, duplicate rows, BOM hint.
- Columns: inferred type (integer/float/boolean/datetime/categorical/text), missing rate, unique count.
- Numeric: min/max/mean/std and p05/p25/p50/p75/p95 with IQR-based outlier count.
- Categorical: Top-N values with frequencies and high-cardinality warning.
- Text: length distribution and simple pattern hints (URL/email-like).
Tips
- Set key columns to detect duplicate keys before joins or merges.
- Tune the categorical rule (by unique ratio or absolute count) for your dataset size.
- Use the JSON report for downstream automation or to pipe into other tools.