How can I split a dictionary of two lists into two different lists?
The structure of the dictionary is following:
{'key1': ['PTRG0097',
'CPOG0893',
'MMUG0444',
'BTAG0783'],
'key2': ['CPOG0893',
'MMUG0444',
'PPYG0539',
'BTAG0083']}
That’s how we unroll: