how to modify/concatenate a column’s string entry with a string entries from another dataframe’s column?
i would like to concatenate the string value of one column’s entries with those from another dataframe’s column entries where the numbered index ids of the entries match, but the column length does not. ( df1 has 1000 entries, df2 has 100 entries)