Ticket #151 (closed enhancement: wontfix)
Support fancy indexing in row iterator
| Reported by: | faltet | Owned by: | somebody |
|---|---|---|---|
| Priority: | minor | Component: | PyTables |
| Version: | 2.1 | Keywords: | fancy indexing Row iterator |
| Cc: |
Description
It could be handy to support fancy indexing the Row iterators, so that the next could be possible:
for row in t:
print "-->", row[[2,1]]
where the third and second fields are selected.
While this should be relatively easy to implement, one should check the impact on performance as well.
Change History
Note: See
TracTickets for help on using
tickets.
