The syntax `row.col` looks a lot cleaner than `row['col']`. What are you thoughts on adding a `__getattr__` method to a Record so that both are possible?
The syntax
row.collooks a lot cleaner thanrow['col'].What are you thoughts on adding a
__getattr__method to a Record so that both are possible?