I have one dataframe data1
And another dataframe data2
I was trying to insert columns starting dates and ending dates from data2 into data1 only on those column(index) which matches with column(index) of data2. And keeping other unmatched column(index) as Nan. I tried merge() but it didnt work.
Sorry for unambiguous typing style. I am a newbie.