for example two dataframe
a b c
0 1 0 2 7
1 2 1 3 6
2 3 2 4 5
i want to get
a b c
0 1 2 7
1 2 3 6
2 3 4 5
if dataframe has to mant colums
Seems to be somewhat difficult