If I want to remove values that do not exist between -2σ and 2σ, how do I remove outliers using iqr? I implemented this equation as follows. iqr = d
I Have Dataframe with a lot of columns (Around 100 feature), I want to apply the interquartile method and wanted to remove the outlier from the data frame. I a
I know that 1.5 * IQR is a common rule, but I would like to plot other min/max if possible. I am using plotly (python). Basically, I would like to define a func