Hi list,

Why is this different?

[x for x in table]
or
[x for x in table.iterrows()]

(which returns the first row over and over)

and

for x in table:
    x

or even

[x[0] for x in table]

(which returns all different rows)

Probably there's some __iter__ or other magic going on, but this is not
intuitive for me. Is this a (feature request) bug or am I simply missing
something?

Thanks!

David


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Pytables-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to