Outlier Detection: IQR and Z-Score (Easy Way)

Data Scientist 9 min min read Updated: Mar 05, 2026
Outlier Detection: IQR and Z-Score (Easy Way)
Topic 2 of 5

Outliers

Outliers can be errors or real rare events. I decide based on domain.

  • IQR: good for skewed data
  • Z-score: works well for normal-ish data

Related: EDA Checklist

Get Newsletter

Subscibe to our newsletter and we will notify you about the newest updates on Edugators