Read a string array into an array of dict
Hey! I would like to repost my question since I'm not sure if the previous one was successfully posted. I coudn't find it in the posted questions
I want to read a list called "reviewers_list" which is a (string array) into an array of dict using a list comprehension
rephrase: I want to iterate over the list called "reviewers_list" which is a (string array) and produce a new list of dictionary (an array of dict) using a list comprehension, which will be called reviewers_dicts
0 answers ( 0 marked as helpful)