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