Hi I have the following Data frame (the actual is huge with 100 columns and 500K rows)
I want to create a new column called NewCol
which will contain for each row, the value from the correct column (chosen by Col
)
Meaning :
Is there an elegant way to do this, without just iterating over the rows with a simple for loop ?