Словарь данных Python в Numpy

lst = list(data_dict.items())
array = np.array(lst)
WIP