Skip to content

Instantly share code, notes, and snippets.

@hsyyid
Created August 25, 2020 19:53
Embed
What would you like to do?
# Grab the string value of entries
invoices = invoices.pipe(gs.explode_json_to_cols, 'CustomField', reducer=gs.array_to_dict_reducer('Name', 'StringValue'))
invoices[['Id', 'CustomField.Crew #']].head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment