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

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

2007-11-25 Thread Vince Fulco
I am attempting to run queries on a table and then do some summary calculations on the results. However, I seem to be stuck with a results format which can't be referenced easily by columns nor have calculations run on it. The code below may be unnecessarily complicated but I was unable to get sl