remove_outliers
Detect and remove outlier rows from numeric columns using IQR or z-score methods with adjustable thresholds. Reversible operation for data cleaning.
Instructions
Remove outlier rows in numeric column using 'iqr' (default 1.5x) or 'zscore' (default 3.0). Reversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| column | Yes | ||
| method | No | iqr | |
| threshold | No | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |