Dask max example

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

This example shows a basic table version of column-wise max, implemented using dask.

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

Ports:

Inputs:

input:

table

Input Table

Outputs:

output:

table

Output Table

Configuration:

class node_dask_examples.DaskMax[source]