Use the appropriate comp_cl method to find exact matches between the city and cuisine_type columns of both DataFrames. U

动态 未结 0 110
小小草
小小草 LV1 2023年9月23日 23:40 发表
# Create a comparison object comp_cl = recordlinkage.Compare() # Find exact matches on city, cuisine_types comp_cl.exact('city', 'city', label='city') comp_cl.exact('cuisine_type', 'cuisine_type', label = 'cuisine_type') # Find similar matches of rest_name comp_cl.string('name', 'name', label='name', threshold = 0.8)
收藏(0)  分享
相关标签: 智能问答
问题没解决?让AI助手帮你作答 AI助手
0个回复
  • 消灭零回复