Create Table Index From Indices (deprecated)

Create and HJoin a column containing a group index given an index column.For example, with an input table with 15 rows and an index column with values [4, 7, 11] a group index column with values [0, 0, 0, 0, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3] is created and added to the output table.

class node_create_index_column.CreateTableIndex(*args, **kwargs)[source]

EXPERIMENTAL Create Table Index from Indices

Inputs:
indices : table

Indices

input : table

Input Table

Outputs:
None : table

Output Table

Configuration:
Input Index Column

Column that contains indices

Output Index

Choose a name for the created index column