Icon

Query

This category contains 15 nodes.

DB Apply-Binner (Labs) 

This node allows to group numeric data in intervals - called bins.

DB Auto-Binner (Labs) 

This node allows to group numeric data in equidistant intervals - called bins.

DB Column Filter (Labs) 

The DB Column Filter allows columns to be excluded from the input database table.

DB Column Rename (Labs) 

Enables you to rename database columns.

DB Column Rename (Regex) (Labs) 

Renames all columns based on regular expression search & replace a pattern.

DB GroupBy (Labs) 

The Database GroupBy allows to group by the selected columns and output aggregated data to the generated groups.

DB Joiner (Labs) 

Joins two database tables

DB Numeric-Binner (Labs) 

Group values of numeric columns categorized string type.

DB Partitioning (Labs) 

The input table is split into two partitions (i.e. row-wise), e.g. train and test data.

DB Pivot (Labs) 

The Database Pivot node allows to pivot and group the input table by the selected columns for pivoting and grouping; enhanced by […]