HJoin Tables pairwise

../../../../_images/hjoin_table.svg

HJoin lists of Tables pairwise into a single list of Tables, stacking columns next to each other.

Documentation

Auto generated list version of HJoin Table.

In this version, the following ports from the original nodes have been changed to lists which the node loops over:

Looped Inputs:

port1, port2.

Looped Outputs:

port1.

For details see the original node.

Definition

Input ports

port1
Type: [table]
Description: Input Table
Optional number of ports: 1–1 (default: 1)
port2
Type: [table]
Description: Input Table
Optional number of ports: 1–inf (default: 1)

Output ports

port1
Type: [table]
Description: Table with horizontally joined data

Configuration

Complement missing rows (mask)

Select if rows that are not represented in all Tables should be complemented with masked values

Input port name for joined table (name)

Select which port decides the output table(s) names

Rename duplicate columns (rename)

If true columns with same name as an earlier column will be renamed and joined, otherwise columns will overwrite existing data

Examples

Example flows demonstrating this node:

The node can be found in:

Implementation

class node_hjoin_tables.HJoinTables[source]