Re: [Pytables-users] Wondering if data can be recovered

2008-07-28 Thread Francesc Alted
A Saturday 26 July 2008, Anand Patil escrigué: > Hi all, > I seem to have lost a long-running simulation... it was writing out > to an hdf5 archive, and when I try to open the archive after the > simulation is over I get the following and several nodes are missing > from > Africa.S.db.group0: > > >

Re: [Pytables-users] turning 1-d numpy array to 2-d

2008-07-28 Thread Francesc Alted
A Wednesday 23 July 2008, Kevin Christman escrigué: > I have a Pytables table called Data. I do kExp = > Data.readWhere('(MotorCompany == "Reliance")') to pick out some of > the data. Now the type(kExp) is numpy.ndarray, and kExp.shape is > (500,). but the type(kExp[0]) is numpy.void, and kExp[0]