Dask stack example

../../../../_images/example.svg

This example shows a basic version of VJoin Table, implemented using dask. It requires the same columns to be present, and of the same type, in all inputs.

Dask nodes have biggest effect in locked subflows and lambdas where data between nodes is passed in memory.

Ref. nodes:VJoin Table
Input ports:
input:

table

Input Table

Output ports:
output:

table

Output Table

class node_dask_examples.DaskStack[source]