You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Essentially, force one of the keys (or an ordered list of keys) to be unique. When a duplicate entry is found, either:
a. the two dictionaries are 'merged'. where keys are in conflict, the 'first' or 'last' value is kept.
b. the last duplicate is kept. All others are discarded.
c. the first entry with the key is kept, all others discarded.
The text was updated successfully, but these errors were encountered:
Essentially, force one of the keys (or an ordered list of keys) to be unique. When a duplicate entry is found, either:
a. the two dictionaries are 'merged'. where keys are in conflict, the 'first' or 'last' value is kept.
b. the last duplicate is kept. All others are discarded.
c. the first entry with the key is kept, all others discarded.
The text was updated successfully, but these errors were encountered: