You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I want to match these two tables. I'll compare them on first_name , last_name and address . However in case of john smith the change_add flag being 1 implies that he has changed his address in that case even different address should be matched.
I am unable to figure out a way how to do this using the CompareBaseClass please help me solve this problem. Thanks
The text was updated successfully, but these errors were encountered:
I have datasets like this
Dataset A
Dataset B
Now I want to match these two tables. I'll compare them on
first_name
,last_name
andaddress
. However in case of john smith thechange_add
flag being 1 implies that he has changed his address in that case even different address should be matched.I am unable to figure out a way how to do this using the
CompareBaseClass
please help me solve this problem. ThanksThe text was updated successfully, but these errors were encountered: