[Pytables-users] Best way to store data that allows inserts/deletes

2012-03-20 Thread Tom Diethe
I'm writing a wrapper for sparse matrices (CSR format) and therefore need to store three vectors and 3 scalars: - data(float64 vector) - indices(int32 vector) - indptr (int32 vector) - nrows (int32 scalar) - ncols (int32 scalar) - nnz (int32 scalar) data and

Re: [Pytables-users] Best way to store data that allows inserts/deletes

2012-03-20 Thread Anthony Scopatz
On Tue, Mar 20, 2012 at 11:46 AM, Tom Diethe tdie...@gmail.com wrote: I'm writing a wrapper for sparse matrices (CSR format) and therefore need to store three vectors and 3 scalars: - data(float64 vector) - indices(int32 vector) - indptr (int32 vector) - nrows (int32