Duplicate Columns
1 General
- Type: - Matrix Processing
- Heading: - Rearrange
- Source code: DuplicateColumns.cs
2 Brief description
Columns of all types can be duplicated.
Output: Same matrix but with duplicated columns added.
3 Parameters
The selected expression/numerical/multi numerical/categorical/text columns will be duplicated and included in the new generated matrix at the end of each group of column types (default: no columns are selected). The name of the new columns is the old column name with the string “_1” attached to the end.