Answers for "extract outliers from boxplot"

0

extract outliers from boxplot

from matplotlib.cbook import boxplot_stats  
boxplot_stats(df.colname).pop(0)['fliers']
Posted by: Guest on August-05-2021

Code answers related to "extract outliers from boxplot"

Browse Popular Code Answers by Language