airbornegeo.detect_outliers

Contents

airbornegeo.detect_outliers#

detect_outliers(df)[source]#

Detects outliers in each column of a Pandas DataFrame using the IQR method and visualizes them using box plots.

Parameters:

df (DataFrame) – The input DataFrame.

Return type:

None