Dask tail example

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

This example shows a basic version of tail, implemented using dask. Tail produces a new table similar to Slice data Table with 1: as the slice expression.

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

Ref. nodes:Slice data Table
Input ports:
input:

table

Input Table

Output ports:
output:

table

Output Table

class node_dask_examples.DaskTail[source]