How is it possible that a pandas left join like
df.merge(df2, left_on='first', right_on='second', how='left')
increases the data frame from 221309 to 1388680 rows?
edit
shape of df 1 (221309, 83)
shape of df2 (7602, 6)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…