Node Connectivity

There are 3042 nodes that can be used as successor for a node with an output port of type Table.

Pivot 

Pivots and groups the input table by the selected columns for pivoting and grouping; enhanced by column aggregations.

Unpivot 

This node rotates the selected columns from the input table to rows and duplicates at the same time the remaining input columns by appending them to each […]

Rank 

Calculates rankings for the selected groups based on the selected ranking attributes(s) and ranking mode.

Row Aggregator 

Aggregate columns.

Row Sampling 

Extracts a sample (a bunch of rows) from the input data.

Bootstrap Sampling 

Samples the data using bootstrapping.

Equal Size Sampling 

Removes rows from the input data set such that the values in a categorical column are equally distributed.

Shuffle 

Shuffles the rows of the input tables.

Sorter 

Sorts the rows according to user-defined criteria.

Top k Row Filter 

Selects the top k rows according to user-defined criteria.