Node Connectivity

There are 3986 nodes that can be used as predessesor for a node with an input port of type Table.

Concatenate (Optional in) StreamableDeprecated

Concatenates tables row-wise, inputs are optional.

GroupBy 

Groups the table by the selected column(s) and aggregates the remaining columns using the selected aggregation method.

Ungroup StreamableModern UI

Creates for each list of collection values a list of rows with the values of the collection in one column and all other columns given from the original row.

Pivot 

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

Unpivot Modern UI

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 StreamableModern UI

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

Row Aggregator StreamableModern UI

Aggregate columns.

Row Sampler StreamableModern UI

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

Bootstrap Sampling 

Samples the data using bootstrapping.

Equal Size Sampling Modern UI

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