-
Notifications
You must be signed in to change notification settings - Fork 120
Closed
Labels
featureNew feature or requestNew feature or request
Description
Description of new feature
I will often replace an existing structure field with some processing, e.g.:
x = ak.Array(...)
x["ref"] = update_dependencies(x["ref"], guide)
...At present, this re-orders the fields of the array ("ref" will come last). It seems reasonable/predictable that the field order would instead be preserved if we are assigning a field that already exists.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request