I have multiple dataFrames, say df_0, df_1, dg_0, dg_1, with the same index and columns.
eg
df_0=pd.DataFrame({"A":[0,1,2],"B":[3,3,0]})