detect_outlier_iqr
autogen.agentchat.contrib.captainagent.tools.data_analysis.detect_outlier_iqr.detect_outlier_iqr
detect_outlier_iqr
Detect outliers in a specified column of a CSV file using the IQR method.
Parameters:Name | Description |
---|---|
csv_file | The path to the CSV file. Type: str |
column_name | The name of the column to detect outliers in. Type: str |