I have one dataFrame like
col_1 col_2
1 0
1 1
1 2
2 0
2 1
2 2
and I want to convert into
col_1 a b c
1 0 1 2
2 0 1 2
I have one dataFrame like
col_1 col_2
1 0
1 1
1 2
2 0
2 1
2 2
and I want to convert into
col_1 a b c
1 0 1 2
2 0 1 2