HSplit Tables¶
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.
Inputs: - port1 : Tables
List of Tables with data.
Outputs: - port1 : Tables
List of Tables, where the columns in the incoming Tables are placed in separate Tables in the output.
Configuration: No configuration
Ref. nodes: