Data Profiler & Health Check
Instantly profile your CSV or Excel data: types, blanks, uniques, stats and a quality score.
Data Profiler
What does this tool do?
This tool profiles your CSV or Excel data and produces an instant data health check: for every column it reports the detected type, number of blanks, unique values, most common value, and for numbers the min, max, and average. It also flags duplicate rows and gives an overall completeness score, all in your browser.
How to use Data Profiler & Health Check - Free Online Tool
- Upload a CSV or Excel file, or paste data (or click "Try with sample data").
- The profiler analyzes every column instantly.
- Review per-column type, blanks, uniques, and statistics.
- Use the findings to clean your data with the related tools.
Example
Profiling a small table:
Before
| Age | City |
| 30 | Delhi |
| Delhi | |
| 45 | Pune |
After
| Column | Insight |
| Age | number, 1 blank, min 30 max 45 |
| City | text, 2 unique, top: Delhi |
Each column is summarized with type and stats.
Excel formula alternative
Prefer a formula? You can achieve a similar result with manual analysis:
COUNTBLANK, COUNTA, MIN, MAX, AVERAGE per column
Profiling manually means many formulas per column. This tool does the whole health check in one click.