Hi!

I've tried to access the rows and columns with:
table[rowstart:rowstop:rowstep,colstart:colstop:colstep]

and it doesn't seem to work. I get TypeError: Invalid
index or slice...

Any other sugesstions?
Torgil, thanks for your reply.

Best regards, Dragan.


--- Torgil Svensson <[EMAIL PROTECTED]> wrote:

> If you replace
> 
> table[start:stop:step][start:stop:step]
> 
> with
> 
> table2=table[start:stop:step]
> table2[start:stop:step]
> 
> it would be inconsistent that start,stop,step means
> rows in the first
> line and cols in the second. Instead, try:
> 
>
table[rowstart:rowstop:rowstep,colstart:colstop:colstep]
> 
> //Torgil
> 
> 
> On 2/9/07, dragan savic <[EMAIL PROTECTED]>
> wrote:
> > 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.
> >
> >
> >
> >
>
____________________________________________________________________________________
> > No need to miss a message. Get email on-the-go
> > with Yahoo! Mail for Mobile. Get started.
> > http://mobile.yahoo.com/mail
> >
> >
>
-------------------------------------------------------------------------
> > Using Tomcat but need to do more? Need to support
> web services, security?
> > Get stuff done quickly with pre-integrated
> technology to make your job easier.
> > Download IBM WebSphere Application Server v.1.0.1
> based on Apache Geronimo
> >
>
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > _______________________________________________
> > Pytables-users mailing list
> > Pytables-users@lists.sourceforge.net
> >
>
https://lists.sourceforge.net/lists/listinfo/pytables-users
> >
> 



 
____________________________________________________________________________________
Looking for earth-friendly autos? 
Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center.
http://autos.yahoo.com/green_center/

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to