Hi all. I ran into a challenge today and I hope to get some help.
I want to merge 2 data sets. Dataset1 contains the member roster with 3 variables, the batch_id, member_num in the batch and occupation. Dataset2 member license statuses. The challenge here is that in dataset 2 the member_num is represented as a variable in a way that for member_num_x in dataset2 corresponds "x" observation under variable member_num in dataset1. I need to merge these 2 datasets so that in the end I have one dataset that has batch_id, member_num, occupation, and license status for each member. Thanks in advance.
I want to merge 2 data sets. Dataset1 contains the member roster with 3 variables, the batch_id, member_num in the batch and occupation. Dataset2 member license statuses. The challenge here is that in dataset 2 the member_num is represented as a variable in a way that for member_num_x in dataset2 corresponds "x" observation under variable member_num in dataset1. I need to merge these 2 datasets so that in the end I have one dataset that has batch_id, member_num, occupation, and license status for each member. Thanks in advance.

Comment