Dicionário de dados Python em Numpy

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