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.

Input ports:
input:

table

Input Table

Output ports:
output:

table

Output Table

class node_dask_examples.DaskMax[source]