SIDpy
Examples
Generates a nested dictionary from a flattened dictionary
flat_dict (dict) – Dictionary whose keys are flattened to a single string with a separator
separator (str, optional. Default = '-') – Separator used to delimit the levels in the keys
nested_dict – Nested dictionary
dict
Notes
flat_dict should look like {‘A|B|C’: V1, ‘A|B|D’: V2, …}