Skip to main content

Data-quality problem

Find CSV Outliers Without Deleting Valid Extremes

Detect unusual numeric values, distinguish errors from legitimate extremes and document every exclusion.

Use the matching tool

Outlier Detection

Open Outlier Detection

What the error actually means

An outlier is an observation unusual under a chosen method, not proof of an error. Skewed distributions, small groups and real exceptional events can all produce extreme values. Detection should lead to investigation before exclusion.

Likely causes

  • A decimal point or unit was entered incorrectly.
  • Values from different populations were combined.
  • A legitimate rare event occurred.
  • The detection method assumes a distribution the data does not follow.

Review before removal

Problem

Delete every value above the IQR fence

Correct pattern

Flag the row, check source evidence and document retain, correct or exclude

A safe repair workflow

  1. 1Profile the column and its units.
  2. 2Choose a method suitable for the distribution.
  3. 3Review flagged rows with related fields.
  4. 4Record every correction or exclusion.

How to verify the result

A file that downloads successfully is not automatically a correct file. Check the result at both the structural and business-data levels:

  • Units are consistent.
  • Group-specific patterns were considered.
  • Corrections trace to source evidence.
  • Results are compared with and without exclusions.

Read the deeper guides