Combine categorical columns
1 General
- Type: - Matrix Processing
- Heading: - Rearrange
- Source code: CombineCategoricalColumns.cs
2 Brief description
Combine the terms in two categorical columns to form a new categorical column.
Output: A new categorical column is generated with combined terms.
3 Parameters
3.1 First column
First selected categorical column, whose values should be concatenated to the second one (default: first categorical column of the matrix). The new generated categorical column contains the two values concatenated with a “_” in between.
3.2 Second column
Second selected categorical column, whose values should be concatenated to the first one (default: first categorical column of the matrix). The new generated categorical column contains the two values concatenated with a “_” in between.