check Levenshtein distance of each row to other row in pandas DataFrame?

前端 未结 0 923
时光取名叫无心
时光取名叫无心 2020-12-01 09:19

I have two data frame :

df1 = pd.DataFrame({\'text\': [\'hello world\', \'world hello\'], \'id\': [11,31]})
df2 = pd.DataFrame({\'test\': [\'hello\', \'world\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题