I am trying to find the outliers in my dataset and remove them. So I did the following:
z_scores = stats.zscore(dataset_sex) abs_z_scores = np.abs(z_scores) filte