Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

convert dictionary to 2d array python

If you have a 2d array in the dictionary than this is what you do:

dictionary = {'array': [elements]} #The elements are smaller lists

New_Array = dictionary['array']
 
PREVIOUS NEXT
Tagged: #convert #dictionary #array #python
ADD COMMENT
Topic
Name
2+6 =