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
When flattening a large dict structure that contains lists or tuples which themselves contain dicts, the flattening currently ceases when it gets to a list. But it is useful to convert lists/tuples into dicts using enumerate(), then we can flatten larger and more complex structures.
The text was updated successfully, but these errors were encountered:
When flattening a large dict structure that contains lists or tuples which themselves contain dicts, the flattening currently ceases when it gets to a list. But it is useful to convert lists/tuples into dicts using enumerate(), then we can flatten larger and more complex structures.
The text was updated successfully, but these errors were encountered: