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