how to merge columns using concat in pandas code example Example: concatenate dataframes using one column print (pd.merge(df1, df2, on='column'))