How to match and merge two dataframes having completely different values except numericals in columns of dataframe?
问题 have a dataframe ABC of value id | price | type 0 easdca | Rs.1,599.00 was trasn by you | unknown 1 vbbngy | txn of INR 191.00 using | unknown 2 awerfa | Rs.190.78 credits was used by you | unknown 3 zxcmo5 | DLR.2000 credits was used by you | unknown and other XYZ of value price | type 0 190.78 | food 1 191.00 | movie 2 2,000 | football 3 1,599.00 | basketball how to map XYZ with ABC ,so that type in ABC get updated with type in xyz using values(numericals) in price of XYZ . output i need id