time_series_analysis
Perform time series analysis with rolling statistics, trend detection, and decomposition to identify patterns and anomalies in your data.
Instructions
Analyze a time series with rolling statistics, trend detection, and decomposition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window | No | Rolling window size (default 7) | |
| analysis | No | Type — 'overview' (line + rolling mean/std), 'decomposition' (trend + seasonal + residual), 'change_detection' (highlight anomalies), 'comparison' (multiple series) | overview |
| group_by | No | Column to split series by (for comparison analysis) | |
| date_column | Yes | Column containing dates/timestamps | |
| dataset_name | Yes | Name of the loaded dataset | |
| value_column | Yes | Numeric column to analyze |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |