HSplit Table¶
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 |
Ports:
Inputs:
port1: table
Input Table
Outputs:
port1: [table]
Joined Tables
Configuration:
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.