CSV Window Functions

Single file

Add running totals, ranks, lag/lead, and moving averages

Inputs
dataset
Outputs
dataset

Overview

Adds computed columns over ordered partitions without changing the row count: running total, rank, row number, lag/lead, or moving average.

Fields

FieldDescription
Input variablerequiredWhich variable to use as the upstream dataset to read.
Functionrunning total, rank, row_number, lag/lead, or moving average.
Partition / orderColumns to partition by and to order within — sort the data first.
Output variable namerequiredName this node's result so downstream nodes can select it. Auto-suggested; edit freely.

Try it

Open the node's real configuration, run it on the sample below, and see the result. Nothing is saved.

Sample input · data

daysales
110
215
35
420

This is a live preview — the sample and results are temporary and never saved.