HSplit Tables

../../../../../_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.HSplitTablesNode[source]

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

Ref. nodes:

HSplit Table

Inputs:
port1 : [table]

Input Tables

Outputs:
port1 : [table]

Joined Tables