i am trying to replace values on df with values from another df
first df
data={"col1":[np.nan,3,4,5,9,2,6], "col2":[4,2,4,6,0,1,5],