Combine categorical columns

Author

Cox Lab

Published

November 15, 2023

1 General

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.

4 Parameter window

Combine categorical columns