Re: [Pytables-users] extending a CArray

2012-11-01 Thread Francesc Alted
On 11/1/12 9:02 PM, Ben Elliston wrote: > Hi all. > > I have a very large CArray that I need to extend (of course, you can't > extend a CArray). I want to do this in the least operation intensive > way I can. > > What's the easiest way? Create a new CArray of the right size, copy > the data into

[Pytables-users] extending a CArray

2012-11-01 Thread Ben Elliston
Hi all. I have a very large CArray that I need to extend (of course, you can't extend a CArray). I want to do this in the least operation intensive way I can. What's the easiest way? Create a new CArray of the right size, copy the data into it and delete the old one? I understand that deleting