python - Numpy array of dicts -


in python, have dict has pertinent information

arrowcell = {'up': false, 'left': false, 'right': false} 

how make array rows , j columns of these dicts?

how make 2 dimensional & j explained on site @ this: how define two-dimensional array in python link.

hope helps, cheers!


Comments