Diccionario de datos Python en Numpy

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