You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
df2=pd.merge(df, df1, on=["column1", "column2"], how='outer', indicator=True) ## compare between 2 different csv files
## on column1 and coulmn2 and print the symmetric difference between them or print values which are not intersected then indicate which of the values found in