Stitch two same-length datasets side by side by row position
Stitches two equal-length datasets side by side by row position — row N of the left joins row N of the right. No key needed; on a name clash the right side wins.
| Field | Description |
|---|---|
| Left datasetrequired | Which variable to use as the left dataset. |
| Right datasetrequired | Which variable to use as the right dataset. |
| Output variable namerequired | Name this node's result so downstream nodes can select it. Auto-suggested; edit freely. |
Open the node's real configuration, run it on the sample below, and see the result. Nothing is saved.
Sample input · left
| name |
|---|
| Alice |
| Bob |
| Cara |
Sample input · right
| city |
|---|
| Tunis |
| Sfax |
| Sousse |
This is a live preview — the sample and results are temporary and never saved.