CSV Fill Missing

Single file

Fill empty cells by forward-fill, constant, or group mean

Inputs
dataset
Outputs
dataset

Overview

Fills empty/null cells per column using a strategy: carry the previous value forward, the next value back, a constant, or a group mean/median.

Fields

FieldDescription
Input variablerequiredWhich variable to use as the upstream dataset to read.
Strategyforward-fill, back-fill, constant, or group statistic — per column.
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

dayqty
15
2
38
4

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