Code

Single file

Run Python or SQL against a dataset — offline, via WASM

Inputs
dataset
Outputs
dataset

Overview

Runs your own Python against a dataset, executed offline in the browser via Pyodide (WASM). For transforms the built-in nodes don't cover.

Fields

FieldDescription
Input variablerequiredWhich variable to use as the upstream dataset to read.
CoderequiredThe Python to run; it receives the input rows and returns the output rows.
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

nameagecity
Alice34Tunis
Bob28Sfax
Cara41Tunis
Dan23Sousse
Eve37Sfax

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