I've created a dataframe which varies according to the data which will be used as input, so this df can be anywhere between 3 and 100 columns long. I am looking for a way to only have 3 columns where all following columns (regardless of the amount as this is unknown) are concatenated in the third column (a sort of list with ',')
