Icon

04_​Loops

This directory contains 22 workflows.

Icon01_​Loop_​over_​a_​set_​of_​parameter_​for_​k_​means 

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 […]

Icon02_​Example_​for_​Reading_​a_​List_​of_​Files 

This workflow demonstrates how to read multiple files using a loop.

Icon03_​Looping_​over_​all_​columns_​and_​manipulation_​of_​each 

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 […]

Icon04_​Looping_​for_​Multiple_​Target_​Prediction 

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 […]

Icon05_​Write_​each_​row_​in_​one_​file 

In this workflow each file gets writen into one csv file.

Icon06_​Writing_​a_​data_​table_​column_​wise_​to_​multiple_​csv_​files 

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 […]

Icon07_​Example_​for_​Recursive_​Looping 

This workflow demonstrates the recursive loop nodes for calculating the sum from 1 to n

Icon08_​Example_​for_​Recursive_​Replacement_​of_​Strings 

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 […]

Icon09_​Looping_​over_​Chunks_​of_​the_​Data 

This workflow demonstrates the usage of the "Chunk Loop Start" node.