Workflow Automation Templates
A library of ready-to-use workflow templates to accelerate your data journey
Moving Average FE PySpark
Add trend-based moving average features

Overview
This workflow computes global moving average features from transactional data using PySpark. It enriches datasets with smoothed trend insights for better analysis and predictive modeling.
Details
The process begins by loading the Moving Avgerage Features dataset and applying the Moving Average Features node to calculate rolling averages over defined time windows. These include moving averages for amounts, transactions, sales, and unique users.
The output is an enhanced dataset containing trend-focused metrics that help analyze user activity, seasonality, and long-term behavioral patterns. The Print N Rows node displays the computed features for validation and exploration.
This workflow enables trend-aware data transformation for advanced analytics and time-based modeling.