CSV Data Explorer (EDA) Online
Explore a CSV in your browser: per-column type, counts, missing and unique values, numeric statistics and a quick distribution. Nothing is uploaded.
Så använder du CSV Explorer
- 01
Paste your CSV into the input box.
- 02
Read the per-column summary cards that appear below.
- 03
Use the type, missing and distribution to spot issues before you analyse further.
What it does
This tool profiles a CSV so you can understand it at a glance. For every column it detects the type, counts the values, and reports how many are missing and how many are unique.
Numeric columns get minimum, maximum, mean, median and standard deviation plus a histogram; text columns get their most frequent values. It is a fast first look before deeper analysis.
What each column reports
Type detection marks a column numeric when every non-empty value is a number, boolean when the values are true or false, otherwise text. Empty cells are counted as missing, not as a category.
The distribution is a ten-bin histogram for numbers and a top-values list for text, drawn as simple bars so patterns and outliers stand out without a charting library.
Private and unlimited
Every conversion happens locally in your browser, so your data is never uploaded, logged or stored on a server. You can use it on confidential exports without a second thought, and it keeps working offline once the page has loaded.
There is no sign-up, no watermark and no row limit: the only ceiling is your device's memory.
Vanliga frågor
What statistics are shown for numbers?
Count, missing, unique, minimum, maximum, mean, median and standard deviation, plus a histogram of the values. All of it is computed on your device.
Is there a row or file-size limit?
There is no fixed row cap or daily quota. Because everything runs locally the practical limit is your device's memory, which comfortably handles the tens of thousands of rows most exports contain.
Is my data uploaded anywhere?
No. The conversion runs entirely in your browser with client-side JavaScript, so nothing you paste or drop ever leaves your device. That makes it safe for spreadsheets that contain customer emails, financial figures or other sensitive data.
Källor
Bädda in det här verktyget
Lägg till det här verktyget på din egen webbplats. Kopiera kodsnutten nedan; den hålls automatiskt uppdaterad.
<iframe src="https://monu.tools/embed/sv/csv-eda" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>Relaterade verktyg
CSV → PDF
Convert CSV into a clean, paginated PDF table with an optional title and orientation. Generated in your browser, nothing is uploaded.
CSV → Word
Convert CSV into a Word document with a formatted table you can open and edit in Word, LibreOffice or Google Docs. Built in your browser, nothing uploaded.
SQLite Online
Run SQLite in your browser: create tables, insert data and run any SQL, then export the database file. Everything stays on your device.
Query CSV (SQL)
Run SQL SELECT queries against a CSV in your browser: it loads into a table you can filter, group and join. Nothing is uploaded.