say we have a dataframe with many columns.
we want a new id
column, which will be a concatenation of two or more columns in the dataframe.
this is useful in a case when we have a table without a "natural" id
.
for example a sales table with a client_id
column, and a purchase_datetime
.
this function will concat our columns: