Question:
I have a large list of dicts, each dict has a token.I can’t change the input format (json), though I can create some intermediate data.
UPD: also the content of the dict is not simple, so the list can’t be easily transformed to a table
UPD2: tokens are unique
Answer:
Convertlist
of dict
to dict
If you have better answer, please add a comment about this, thank you!