-
Notifications
You must be signed in to change notification settings - Fork 23
dropping items in list of dicts #31
Copy link
Copy link
Open
Description
We have a list of dicts where some of the dicts in the list of dicts have more than one value / item.
We want to drop the second value / item so every dict in the list of dicts only has one value / item.
We can access the individual values like this but can't seem to figure out how to drop the one in list[4][1] and repeat the process for every other occurrence of this
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

