Relative Content

Tag Archive for pythondataframeoutliers

How to remove y-outliers from x-y Scatter plot in python?

I am plotting a dataframe, df containing x and y in a scatter plot. Clearly in many cases, for each x value, y-values may be scattered. I want to remove y-outliers for each x. This is different from bulk outlier removal using IQRs.