Kamus Data Python ke Numpy

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