This is probably easy, but I have the following data:
In data frame 1:
index dat1 0 9 1 5
In data frame 2:
Just as a matter of fact:
data_joined = dat1.join(dat2) print(data_joined)