-
Notifications
You must be signed in to change notification settings - Fork 185
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
Arquero shorthand #449
Comments
It seems to me that the shorthand notation already works. However, it's not optimal in the sense that:
If we want that optimization, we need a good method to detect an arquero-like table. Maybe when |
Sorry, I should have clarified; you’re right that it already works, but I want it to be faster by being equivalent to the longer one. FWIW, Inputs.table depends |
optimizes accesses to arquero tables through *Table*.column(fieldname) closes #449
Duplicate of #191. |
Currently to use Arquero, you say:
But with a little magic, we could support shorthand for Arquero, treating it like an array of objects:
Specifically:
The text was updated successfully, but these errors were encountered: