Re: [Pytables-users] recursive walk question

2012-06-16 Thread Andre' Walker-Loud
Hi Anthony, I forgot to say Thanks! I tried using the _v_depth attr but that didn't give me an answer I understood. for example, the _v_depth of f.root was 0, and the _v_depth of my final data path was 2. But I have something that works now. also - help like this Just one quick comment.

Re: [Pytables-users] recursive walk question

2012-06-16 Thread Anthony Scopatz
On Sat, Jun 16, 2012 at 8:50 PM, Andre' Walker-Loud walksl...@gmail.comwrote: Hi Anthony, I forgot to say Thanks! I tried using the _v_depth attr but that didn't give me an answer I understood. for example, the _v_depth of f.root was 0, and the _v_depth of my final data path was 2. But I

Re: [Pytables-users] recursive walk question

2012-06-14 Thread Andre' Walker-Loud
Hi Anthony, On Jun 14, 2012, at 11:30 AM, Anthony Scopatz wrote: On Wed, Jun 13, 2012 at 8:23 PM, Andre' Walker-Loud walksl...@gmail.com wrote: Hi All, Still trying to sort out a recursive walk through an hdf5 file using pytables. I have an hdf5 file with an unknown depth of

Re: [Pytables-users] recursive walk question

2012-06-14 Thread Anthony Scopatz
On Thu, Jun 14, 2012 at 4:30 PM, Andre' Walker-Loud walksl...@gmail.comwrote: Hi Anthony, On Jun 14, 2012, at 11:30 AM, Anthony Scopatz wrote: On Wed, Jun 13, 2012 at 8:23 PM, Andre' Walker-Loud walksl...@gmail.com wrote: Hi All, Still trying to sort out a recursive walk through an