write a python program to Combine data 1 and data3 into another dataframe indepth individual code example
Example: how to join tables in python
display('df1', 'df2', "pd.merge(df1, df2, on='employee')")
display('df1', 'df2', "pd.merge(df1, df2, on='employee')")