find_outliers
Detect outliers in a numeric column using IQR or z-score, returning count, percentage, bounds, and sample row IDs without modifying the dataset.
Instructions
Read-only outlier inspection on a numeric column using 'iqr' (Interquartile Range) or 'zscore'. Returns outlier count, percentage, bounds, and sample row IDs without altering the dataset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| column | Yes | ||
| method | No | iqr | |
| sample | No | ||
| threshold | No | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |