Ekstrak outlier dari boxplot

from matplotlib.cbook import boxplot_stats  
boxplot_stats(df.colname).pop(0)['fliers']
Lonely Louse