Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
expand_keys_to_columns [2020/04/29 18:06]
argemiro
expand_keys_to_columns [2020/05/08 14:00] (current)
hermann
Line 8: Line 8:
  
 ^ Name  ^ Type  ^ Description ​ ^ ^ Name  ^ Type  ^ Description ​ ^
- Input tables ​ | [[table_type|Table]] ​ |  This table must have exactly two key columns and any number of data columns. The user can choose which data column will be used to generate the output table. ​  | +| Input tables ​ | [[table_type|Table]] ​ | This table must have exactly two key columns and any number of data columns. The user can choose which data column will be used to generate the output table. ​  | 
-| Key column name  | [[name_type|Name]] ​ |  The name of the key column in the output table. ​  | +| Key column name  | [[name_type|Name]] ​ | The name of the key column in the output table. ​  | 
-| Data column name prefix ​ | [[name_type|Name]] ​ |  The prefix used to name the data columns in the output table. ​  | +| Data column name prefix ​ | [[name_type|Name]] ​ | The prefix used to name the data columns in the output table. ​  | 
-| Original data column:   | [[index_or_name_type|Index Or Name Type]] ​ |  The index or name of data column used to generate the output table. The default value corresponds to the first data column. ​  |+| Original data column ​ | [[index_or_name_type|Index Or Name Type]] ​ | The index or name of data column used to generate the output table. The default value corresponds to the first data column. ​  |
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
Line 20: Line 20:
  
 ^ Name  ^ Type  ^ Description ​ ^ ^ Name  ^ Type  ^ Description ​ ^
- Output table  | [[table_type|Table]] ​ |  The resulting output table. ​  |+| Output table  | [[table_type|Table]] ​ | The resulting output table. ​  |
  
 ===== Notes ===== ===== Notes =====