HSplit Table

../../../../../_images/hsplit_table.svg

The horisontal split, or HSplit, nodes split the incoming Tables into new Tables by columns. Compared to the VSplit Table nodes where the split procedure can be regulated by a selected index column, these nodes will place every column in the incoming Tables into separate Tables in an outgoing list.

class node_hsplit_tables.HSplitTableNode[source]

Horisontal split of a Table. The output is a list of Tables, where the columns in the incoming Table are placed in separate Tables in the output.

Opposite node:

HJoin Tables

Ref. nodes:

HSplit Tables

Inputs:
port1 : table

Input Table

Outputs:
port1 : [table]

Joined Tables