Create Tables 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.CreateTablesIndex(*args, **kwargs)[source]¶
- EXPERIMENTAL Create Table Index from Indices Tables are handled pairwise. - Inputs: - indices : [table]
- Indices 
- input : [table]
- Input Tables 
 - Outputs: - None : [table]
- Output Tables 
 - Configuration: - Input Index Column
- Column that contains indices 
- Output Index
- Choose a name for the created index column