how to join two dataset in python code example Example: how to join tables in python display('df1', 'df2', "pd.merge(df1, df2, on='employee')")