Re: [Pytables-users] How-to create nested variable length arrays

2008-06-23 Thread Francesc Alted
A Saturday 21 June 2008, Erik Demming escrigué: > Hi, > > what is the best way to create a Table with nested array columns? > > I have a 1:N relationship in a data structure and would like to store > the dependent data in the same row, because at each lookup of a child > row I also need the parent

[Pytables-users] How-to create nested variable length arrays

2008-06-21 Thread Erik Demming
Hi, what is the best way to create a Table with nested array columns? I have a 1:N relationship in a data structure and would like to store the dependent data in the same row, because at each lookup of a child row I also need the parent data and vice versa. Best would be, if I could create som