I have a dirty dataframe d (top one) and reference dataframe r consists of following fields
d dataframe have misspelled author names, publishers, book names sometimes only one field is misspelled sometimes multiple fields. I want to match d rows with r rows with a similarity confidence level with a new row which book name , author and publisher must be similar. Which NLP method should I need to use? Can you give a hint? I am new to data science and ML.