I'm gonna transform to other scope dataset this code
other dataset is a file (one file) and shape is below
column1, column2, column3, ...column9, label
1500, 45, 1, .... 0
933, 22, 0, .... 0
1234, 30, 1, .... 1
1112, 23, 0, .... 0
...
Let me know how to transform to above dataset with this code
I'm gonna transform to other scope dataset this code
other dataset is a file (one file) and shape is below
column1, column2, column3, ...column9, label
1500, 45, 1, .... 0
933, 22, 0, .... 0
1234, 30, 1, .... 1
1112, 23, 0, .... 0
...
Let me know how to transform to above dataset with this code