Dask max example¶
Node example demonstrating column-wise max using dask.
Documentation¶
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.
Definition¶
Input ports¶
- input
Type: tableDescription: Input Table
Output ports¶
- output
Type: tableDescription: Output Table
Implementation¶
- class node_dask_examples.DaskMax[source]