Skip to content

Is there a way to convert list of dicts to dict of dicts? #1807

Closed Answered by vandot
vandot asked this question in Q&A
Discussion options

You must be logged in to vote

The moment I posted the question I managed to do a conversion

dict_of_dicts: {str: Dict} = {k: d[k] for d in list_of_dicts for k in d}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vandot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant