Data analysis tools
Client‑side browser tools for CSV profiling, cleaning, and statistics. Everything runs locally — no upload, no server.
CSV viewer
Preview tabular data with sortable columns. Raw CSV displayed as interactive table.
no uploadDataset summary
Rows, columns, column names, data types (numeric/string) inferred locally.
in‑browserMissing values detector
Counts nulls, empties, or NaNs per column. Highlights missing percentage.
client onlyDuplicate rows finder
Identifies completely duplicate rows or based on key columns. Shows count.
localEmpty column remover
Detects columns that are completely empty / all null and suggests removal.
no serverSummary statistics
Mean, median, standard deviation, min, max for every numeric column.
clientPercentile & quartile
Q1, median, Q3, IQR, any percentile (25th, 75th, 90th…) via local algorithm.
in‑browserHistogram creator
Generates frequency bins and renders ASCII/Canvas preview (client‑side).
visualBoxplot creator
Five‑number summary + outliers. Displays boxplot sketch using SVG/Canvas locally.
clientScatter plot creator
Select X and Y columns; render scatter on canvas — all local, no data transfer.
local