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?