Concatenated columns
Gives a column with concatenated column names for columns with "enabled" value. e.g., 'B1, B3' for the third row in the example below.
t_stamp | contents | BinsEnabled |
---|---|---|
2025-04-22 | enabled|emptied|not used|cutoff | B1 |
2025-04-22 | do not use|emptied|not used|cutoff | ----- |
2025-04-22 | enabled|emptied|enabled|cutoff | B1, B3 |
2025-04-22 | enabled|enabled|not used|enabled | B1, B2, B4 |