Handle bimodal dataset

If you have bimodal (or higher) dataset, then calculate the mean and subtract that from the dataset and finally calculate the absolute value of it.

abs(row[‘ColumnX’] – m)

Or apply central limit theory and classify points for the two distributions

leave your comment