I have a column (called remarks) in a data frame containing data of this format. Each row has data that is of this format.
[{"Market": "test1", "Status": "FILLED", "Account": "", "Comment": "", "FilledPrice": 8026.7}]
Is there a way for me to extract out the values by calling the key. say I want the value of "Market" and it gives me "test1" etc.