Hey all,
Essentially my problem is this. On one side of my data, which I may not manipulate, I have a column labeled "Period" with values of either P1, P2 or P3. The other side of my data has the same column "Period" but with values of P1 or P2/3. I want to create a join wherein P1s match with P1s and P2/3s match with both P2 or P3.
Does anyone have any ideas on how this could be accomplished?
My best guess so far would be to generate extra rows, such that each P2/3 column is duplicated and has a P2 value and P3 value, but I feel that would unnecessarily clutter my dataset, and could create unforeseen consequences.
Thank you for your help!