How to extract the the key and values from list of dictionary?
Below is my data, i want to extract the key and values from list of dictionary.
data = [{'index': 0,
'MaterialCode': '67567412',
'DP_Category': 'HAIR CARE'},
{'index': 1,
'MaterialCode': '67567412',
'DP_Category': 'HAIR CARE'}]