So, I’d like to extract the outliers that are shown in the boxplot and to find corresponding rows and delete them from data frame. How can I do this?
I have googled the problem, but I couldn’t find any solution. The only similar solution to the problem I found was using function boxplot
, but this function only extracts the values of the outliers, but not the corresponding rows of the dataframe.