Detect Outliers in NDJSON Files Online
Detect statistical outliers in NDJSON files directly in your browser. Flag or remove rows where numeric values exceed a chosen number of standard deviations from the mean — no upload required.
About this tool
Flag statistical outliers in any numeric column of a NDJSON file using Z-score, IQR, or MAD-based methods. The tool adds a boolean flag column so you can inspect, filter, or remove anomalous rows. Choose the method that fits your data distribution — IQR and MAD are more robust for skewed or non-normal data. Everything runs in your browser.
Frequently Asked Questions
What methods does the NDJSON outlier detection tool use?
Z-score (flags rows more than N standard deviations from the mean), IQR (interquartile range — flags values below Q1 − 1.5×IQR or above Q3 + 1.5×IQR), and modified Z-score using MAD (Median Absolute Deviation, more robust for skewed distributions). IQR and MAD are preferred when your data is not normally distributed.
Does the NDJSON outlier tool remove outliers or just flag them?
By default it adds a boolean flag column marking each row as an outlier or not. You can then filter to keep only the outliers, only the clean rows, or all rows with the flag column. Always inspect the flagged rows before removing them.
Can I detect outliers in multiple columns of a NDJSON file at once?
Select one column per run. For multi-column outlier detection — flagging rows that are outliers in either price or quantity — run the tool twice and combine the flag columns using the Calculate Column tool, or use the SQL Query tool for a combined condition.
Is my data private?
Yes — completely. Your file is never uploaded to any server. Everything runs locally in your browser using WebAssembly — processing happens entirely inside your tab. Once you close the tab, nothing is retained.
What is the maximum file size?
The free limit is 50 MB. For larger files, performance depends on your device's available memory — most modern machines handle 500 MB to 1 GB comfortably.
Related Tools
Convert NDJSON to Excel Online
Convert NDJSON files to Excel format directly in your browser. No upload required — your data never leaves your device.
Convert TSV to NDJSON Online
Convert TSV files to NDJSON format directly in your browser. No upload required — your data never leaves your device.
Convert Arrow to NDJSON Online
Convert Arrow files to NDJSON format directly in your browser. No upload required — your data never leaves your device.
Convert Excel to NDJSON Online
Convert Excel files to NDJSON format directly in your browser. No upload required — your data never leaves your device.
Convert NDJSON to YAML Online
Convert NDJSON files to YAML directly in your browser. Download clean, human-readable YAML — no upload required.