I have a dataframe (e.g. df_EDA) with 64 columns, how can i plot multiple boxplots and quickly identify the outliers and remove them?
As of now, when I run the boxplot: sns.boxplot(data=df_EDA)
I have a dataframe (e.g. df_EDA) with 64 columns, how can i plot multiple boxplots and quickly identify the outliers and remove them?
As of now, when I run the boxplot: sns.boxplot(data=df_EDA)