anomaly_detection
Detect outliers in spreadsheet columns using z-score or IQR methods. Specify file, sheet, column, and threshold to isolate anomalous rows for further analysis.
Instructions
Detect anomalies in a column using z-score (|z| > threshold) or IQR (1.5 * IQR bounds) methods. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| column | Yes | ||
| method | No | zscore | |
| file_path | Yes | ||
| threshold | No | ||
| sheet_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||