columns overlap but no suffix specified: Index(['case_name'], 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')