We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__getattr__
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?
row.col
row['col']