Słownik danych Python w Numpy

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