This directory contains 22 workflows.
The flow reads a data set to be clustered (Iris data). The data file is contained in the workflow directory. The loop will use one parameter at a time, run […]
This workflow demonstrates how to read multiple files using a loop.
The workflow iterates over all numeric columns and negates the values in the column. The loop takes one column at a time, renames the column name to […]
This workflow demonstrates the prediction of multiple targets. The first loop selects one target column per loop. You need to set the target column in the […]
In this workflow each file gets writen into one csv file.
This workflow shows a solution of how to write a data table column wise to multiple csv files. Each column should be written to one separate csv file. This […]
This workflow demonstrates the recursive loop nodes for calculating the sum from 1 to n
In this workflow strings, defined in a replacement table (or dictionary) will be replaced in strings that are contained in a second data table in a […]
This workflow demonstrates the usage of the "Chunk Loop Start" node.