I have the following structure in my dictionary:
dicc={ key:[['IP_destination','service','Port','TCP/UDP'],['IP_destination','service','Port','TCP/UDP'],['IP_destination','service','Port','TCP/UDP']],
key2:[['IP_destination','service','Port','TCP/UDP'],['IP_destination','service','Port','TCP/UDP']],
key3:[['IP_destination','service','Port','TCP/UDP']],
key4:[['IP_destination','service','Port','TCP/UDP'],['IP_destination','service','Port','TCP/UDP'],['IP_destination','service','Port','TCP/UDP'],['IP_destination','service','Port','TCP/UDP']]}
And my idea is to export it to a dataframe and then export it to a csv. And I want it to look something like this: