Re: [Pytables-users] storing large numbers of variable sized 2D arrays

2011-11-06 Thread Anthony Scopatz
On Sun, Nov 6, 2011 at 4:15 AM, Thomas Breuel wrote: > I have a large (and growing) number of variable sized 2D arrays (from > about 10x10 to about 200x100). > > From the mailing list, I gather that I can't store those in a column in a > table, since there is no VLArrayCol or anything like that.

[Pytables-users] storing large numbers of variable sized 2D arrays

2011-11-06 Thread Thomas Breuel
I have a large (and growing) number of variable sized 2D arrays (from about 10x10 to about 200x100). >From the mailing list, I gather that I can't store those in a column in a table, since there is no VLArrayCol or anything like that. I can't quite figure out how to store these in a VLArray eithe