-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add support for AwkwardArray structures #450
Comments
Notes from discussion today:
|
This was referenced Aug 30, 2023
This is well begun and released in v0.1.0a107, but there are some interesting ideas above I want to address or capture in separate GH issues before closing this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@tacaswell and I have wanted to add support for AwkwardArrays from the start, but I think we do not have a GH Issue for it yet.
Notes from chat with @jpivarski a couple weeks ago...
Requirements:
dask-awkward
.Proposed Approach:
form_key
that can be used to address specific buffers.form
, outerlength
(an integer), and a dict-likecontainer
whose keys are referenced in theform
and whose values are buffers._touch_data
). This could conceivably be made into a public method.Code snippet:
The text was updated successfully, but these errors were encountered: