piogrowth.filter module

Contents

piogrowth.filter module#

piogrowth.filter.out_of_iqr(s: Series, factor: float = 1.5) Series[source]#

Return a boolean Series indicating whether each value is an outlier based on the IQR method.