This directory contains 12 workflows.
This workflow implements a loop cycle and precisely a counting loop with 4 iterations. Some fake data are generated with 3 clusters over 2 coordinates […]
Similarly to workflow "Counting Loop 1", this workflow implements a loop cycle and precisely a counting loop with 4 iterations. The only difference is in […]
This workflow reads the dataset created by the the workflow named "Counting Loop 2". 1. Of all the Cluster_Membership columns only one is kept (they are […]
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 the countries included in […]
This workflow loops on a list of unique data groups. In this case the data groups are identified by country. This workflow implements the same task as the […]
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 each of them till […]
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 of a number and write […]
This loop implements the same task as the workflow named "Counting Loop 1". However, in Counting Loop 1 we were adding the iteration number to the x value, […]