HSplit Tables

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

Split a list of Table into multiple Tables, every column becomes a new table.

Documentation

Flattened output

This node flattens the output into a single list of Tables which can be convenient, but it makes it difficult to know the origin of a specific table in the output. If this is important to your use case, you can also consider using HSplit Table inside a Lambda and Map that over the input resulting in the type [[table]].

Definition

Input ports

port1 [table]

Input Tables

Output ports

port1 [table]

Split Tables

Implementation

class node_hsplit_tables.HSplitTablesNode[source]