Utils
list_dict_to_dict_list(list_dict)
Convert from list of dictionaries to dictionary of lists.
Source code in dvc_render/utils.py
4 5 6 7 8 9 |
|
list_dict_to_dict_list(list_dict)
Convert from list of dictionaries to dictionary of lists.
dvc_render/utils.py
4 5 6 7 8 9 |
|