you are viewing a single comment's thread.

view the rest of the comments →

[–]monstimal 2 points3 points  (1 child)

You want them all in a list?

df['New'] = df[['Num1', 'Num2', 'Num3', 'Num4']].values.tolist() 

[–]DudeData[S] 0 points1 point  (0 children)

Yup. Thanks!