Icon

Chapter6

This directory contains 12 workflows.

Icon1. Counting Loop 1 

Counting Loop 1 This workflow implements a loop cycle and precisely a counting loop with 4 iterations. Some fake data are generated with 3 clusters […]

Icon2. Counting Loop 2 

Counting Loop 2 Similarly to workflow "Counting Loop 1", this workflow implements a loop cycle and precisely a counting loop with 4 iterations. The […]

Icon3. Loop on List of Columns 

Loop on List of Columns This workflow reads the dataset created by the the workflow named "Counting Loop 2". 1. Of all the Cluster_Membership columns […]

Icon4. Loop on List of Values 

Loop on List of Values This workflow loops on a list of unique values, in this case on a list of countries. The goal of the workflow is to identify […]

Icon5. Loop on Groups of Data 

Loop on Groups of Data This workflow loops on a list of unique data groups. In this case the data groups are identified by country. This workflow […]

Icon6. Chunk Loop 

Chunk Loop This loop iterates over the input data table just once from beginning to end. It divides the data table in smaller chunks and iterates on […]

Icon7. Loop on Condition 

Loop on Condition This workflow implements a loop cycle on condition, that is a loop that stops when a given condition is met. It is a game. I think […]

Icon8. Recursive Loop 

Recursive Loop This loop implements the same task as the workflow named "Counting Loop 1". However, in Counting Loop 1 we were adding the iteration […]