This directory contains 9 workflows.
The goal of the workflow is to demonstrate the creation and working with collection cells. It is divided into three parts. The "Collection creation and […]
The goal of the workflow is to demonstrate the creation and working with collection cells. It is divided into three parts. The last section "Working with […]
The goal of the workflow is to demonstrate the creation and working with collection cells. It is divided into three parts. The "Collection types" section […]
This workflow shows how the rank node in combination with a Row Filter node can be used to determine the rows whose ranking column attribute is in the top 5 […]
This workflow shows how to use the rank correlation node to calculate Spearman's rho for the attributes of the Iris dataset.
This workflow shows the many aggregation options that the GroupBy node offers. We start from customer data, group on Gender or more features, and run a few […]
This workflow shows the many aggregation options that the GroupBy node offers. We start from customer data, group on Gender or more features, and run a few […]
Using the adult.csv data set: on each one of the 4 groups defined by sex and income values, calculate the total number of rows and average age and write the […]
Create a pivot table with one or more group columns and one or more pivot columns. Apply basic aggregation methods like sum and count, statistical […]