Skip to content

Instantly share code, notes, and snippets.

@agoose77
Created August 8, 2023 16:28
Show Gist options
  • Save agoose77/b505d1fa7386b199abd0a972e790aafe to your computer and use it in GitHub Desktop.
Save agoose77/b505d1fa7386b199abd0a972e790aafe to your computer and use it in GitHub Desktop.
# Move option outside record
structured = ak.zip(
dict(zip(
ak.fields(log),
ak.unzip(log)
)),
optiontype_outside_record=True
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment