Re: [Pytables-users] Compiling pyTables

2007-11-28 Thread Francesc Altet
[Please, do not ask me privately questions about PyTables. It is always best to ask in the user's list so that other people can help (and learn!) too. Thanks] A Tuesday 27 November 2007, escriguéreu: > Hi, > > I've just downloaded the newest release and tried to compile it. I > have numpy-1.0.4

Re: [Pytables-users] Writing to a dataset with 'wrong' chunksize

2007-11-28 Thread Francesc Altet
Hi Quincey, A Tuesday 27 November 2007, Quincey Koziol escrigué: [snip] > > While I understand that this approach is suboptimal > > (2*2*600*100=24 > > chunks has to 'updated' for each update operation in the loop), I > > don't > > understand completely the reason why the user reports that the

Re: [Pytables-users] Recommendations when using Numpy...

2007-11-28 Thread Ivan Vilata i Balaguer
Vince Fulco (el 2007-11-25 a les 23:28:19 -0500) va dir:: >[...] > Essentially I am taking a CSV file, converting the lines to numpy > arrays and loading them into tables. Upon running a query, I retrieve > the coordinates so I can then increment the rows forward by 1 and 2 > periods and collect