-
-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Row should be dict not list #158
Comments
I like this idea, but it requires some internal changes. We can't remove index based support, so it should work both ways. |
PR #268 looks like a great solution, and for me at least would make tablib much more useful. Is this being considered for merge? Given the change to If the change is considered too breaking, how about leaving EDIT: I'd somehow missed the fact that getting a specific item on the table by row index & column name can already be achieved with |
Good point - I think we could get around the breaking issue in #268 by placing the logic of #268 behind the |
Would it make sense for rows to behave like dictionaries instead of lists? I would love to be able to do key based field retrieval, instead of index based.
The text was updated successfully, but these errors were encountered: