Here the nutrients column had 4 dictionaries in a list, each dictionary has 5 keys with 1 values on each key.
How can I flatten this nutrients column to make each as a sub column or row?
Actually it was a JSON file and I already flattened it into this. But I couldn't go further :(
Thanks for the help.
EDIT: Please see below for more information and what i tried: