data from different levels of a dict
On Wed, Feb 29, 2012 at 7:56 PM, Peter Rubenstein
wrote:
> Hi,
>
> I'd appreciate a bit of help on this problem. I have some data that
> I've converted to a dict and I want to pull out individual pieces of it.
>
> Simplified version-
On 2/29/2012 11:04 PM, Peter Rubenstein wrote:
I'd appreciate a bit of help on this problem. I have some data that I've
converted to a dict and I want to pull out individual pieces of it.
Simplified version--
a={'1':'a', '2':'b', '3':{4:'d'}, '5':{'6': {'7': [ {'8':'e'}, {'9':'f'} ] } } }
I'
On Wed, Feb 29, 2012 at 7:56 PM, Peter Rubenstein
wrote:
> Hi,
>
> I'd appreciate a bit of help on this problem. I have some data that I've
> converted to a dict and I want to pull out individual pieces of it.
>
> Simplified version--
>
> a={'1':'a', '2':'b', '3':{4:'d'}, '5':{'6': {'7': [ {'8':'
--Reposting in plan text, apologies--
Hi,
I'd appreciate a bit of help on this problem. I have some data that I've
converted to a dict and I want to pull out individual pieces of it.
Simplified version--
a={'1':'a', '2':'b', '3':{4:'d'}, '5':{'6': {'7': [ {'8':'e'}, {'9':'f'} ] } } }
I'd lik
Hi,
I'd appreciate a bit of help on this problem. I have some data that I've
converted to a dict and I want to pull out individual pieces of it.
Simplified version--
a={'1':'a', '2':'b', '3':{4:'d'}, '5':{'6': {'7': [ {'8':'e'}, {'9':'f'} ] } } }
I'd like to be able to code something like:
data_