Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

extract specific key values from nested dictionary

>>> [val.get('phone') for val in people.values()]
['4563', '9102', '2341']
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #extract #specific #key #values #nested #dictionary
ADD COMMENT
Topic
Name
7+9 =