On Sat, Jun 16, 2012 at 8:50 PM, Andre' Walker-Loud wrote:
> 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 somethi
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.
On Thu, Jun 14, 2012 at 4:30 PM, Andre' Walker-Loud wrote:
> 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
> wrote:
> > Hi All,
> >
> > Still trying to sort out a recursive walk through an hdf5 file using
> pytables.
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
> 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 groups/nodes.
>
> I am
On Wed, Jun 13, 2012 at 8:23 PM, Andre' Walker-Loud 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 groups/nodes.
>
> I am trying to write a little function to walk down the tree (with user
> inp
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 groups/nodes.
I am trying to write a little function to walk down the tree (with user input
help) until a data file is found.
I am hoping there is some function o