Converting a flat dictionary with tuples as keys to a nested dictionary
I’ve a dictionary which has tuples for keys which I need to transform to a nested key type.
I’ve a dictionary which has tuples for keys which I need to transform to a nested key type.