DeNederlandscheBank / name_matching

Other
128 stars 43 forks source link

Multiple Columns for Matching #20

Open RaiiZen1 opened 6 months ago

RaiiZen1 commented 6 months ago

Hey there,

Thanks a lot for this framework!

I was wondering if it is possible to use multiple columns to match entities. E.g. I have a "name" column and a "address" column. Now I'd like to calculate a weighted similarity score based on "name" and "address".

Best