2020年5月22日 星期五

python df merge (left outer join)

#left outer join
df = df1.merge(df2, on=['MFG_DAY','EQP_ID'], how='left')

沒有留言:

張貼留言