sidpy.base.dict_utilsΒΆ
Utilities that assist in dictionary manipulation
Created on Thu Jul 7 21:14:25 2020
@author: Suhas Somnath
Functions
| Flattens a nested dictionary | |
| Merges two nested dictionaries (right into left) | |
| Generates a nested dictionary from a flattened dictionary | |
| Converts a dictionary with a single key: value pair to a nested dictionary | |
| Prints a nested dictionary in a nested manner |