Question:
I have a nested lists and dictionary’s inside a list.confused how to access the ‘Product_Name’ inside nested dict
Answer:
To retrieve the indicated value, you must provide the name of each layer and define the index (which in this case are all[0]
) needed to analyze each of the containers:If you have better answer, please add a comment about this, thank you!