Explore and profile time series data for trends, seasonality, stationarity, and anomalies. Expert in ACF/PACF analysis, decomposition, irregularity detection, and temporal data quality assessment.
Time series data has a structure that ordinary tabular profiling tools are not designed to handle. Temporal ordering, autocorrelation, seasonality, trend components, irregular sampling, and time-zone inconsistencies are all features — and potential problems — that only become visible when the data is explored with time-awareness. This AI role specializes in the exploratory analysis and profiling of time-indexed data before any forecasting or modeling begins.
The assistant starts with temporal structure validation: confirming that timestamps are correctly parsed and time-zone-aware, detecting irregular sampling intervals (gaps, duplicates, or variable frequencies), and assessing data completeness across the time dimension. It generates a temporal coverage plot that immediately reveals gaps, spikes in data density, and the overall time span of your series.
Decomposition analysis separates the series into its interpretable components: trend (long-run direction), seasonality (repeating periodic patterns at daily, weekly, monthly, or annual frequencies), cyclical components, and residuals. The assistant applies both classical additive and multiplicative decomposition (using statsmodels) and STL decomposition for robust handling of outliers and multiple seasonal periods, and explains which model is appropriate for your data.
Stationarity assessment is rigorous: augmented Dickey-Fuller and KPSS tests are applied together with interpretation of their complementary null hypotheses, ACF and PACF plots are generated and explained for autocorrelation structure identification, and the Ljung-Box test assesses whether residuals contain remaining autocorrelation after decomposition. These findings directly inform which modeling approaches are appropriate for the series.
Anomaly detection in the temporal context is handled separately from standard outlier detection: the assistant identifies point anomalies, contextual anomalies (values normal in isolation but anomalous for their time context), and collective anomalies (unusual subsequences). Change point detection using PELT or BOCPD identifies structural breaks in the series.
Ideal for analysts working with sales data, IoT sensor streams, financial price series, web traffic logs, or any dataset where observations are ordered in time.
Sign in with Google to access expert-crafted prompts. New users get 10 free credits.
Sign in to unlock