pd.merge(frame_1, frame_2, left_on='county_ID', right_on='countyid')
df['A'] = df[a_cols].apply(' '.join, axis=1)