SIDpy
Examples
Converts a dictionary with a single key: value pair to a nested dictionary
single_pair (dict) – Dictionary with a single key-value pair
separator (str, optional. Default = '-') – Separator used to delimit the levels in the keys
nested_dict – Nested dictionary
dict
Notes
‘B’: {‘C’: value_1, } }
}