Re: [Pytables-users] Difficulty to change a value in existing Earray

2007-02-09 Thread Francesc Altet
[I'm sending this to the list. Alain, SF seems to have rejected your message. Please, make sure that you send messages to the PyTables list from a *subscribed* address] A Dimecres 07 Febrer 2007 12:05, escriguéreu: > Hi Francesc, > >   > > I created an Earray with shape = (1,0) > >   > > a = tab

[Pytables-users] Accessing data in the tables

2007-02-09 Thread dragan savic
Hello! Is it possible to access data in tables like: table[start:stop:step][start:stop:step] where the first dimension represents rows of a table and the second one represents the columns of a table. Thanks, Dragan. ___