I have a reference dataframe and I want to use it to replace any strings from str1 and str2 columns(possible to have duplicates) in a text column from another dataframe by the string in the "to_be_replaced" column. For example,
Thank you so much!
I have a reference dataframe and I want to use it to replace any strings from str1 and str2 columns(possible to have duplicates) in a text column from another dataframe by the string in the "to_be_replaced" column. For example,
Thank you so much!