columns overlap but no suffix specified: Index(['user_id'], dtype='object') code example
Example: columns overlap but no suffix specified: Index(['zpid'], dtype='object')
df_a.join(df_b, on='mukey', how='left', lsuffix='_left', rsuffix='_right')
df_a.join(df_b, on='mukey', how='left', lsuffix='_left', rsuffix='_right')