I have a dataframe with a column that contains concatenated lists.
| A | B |
| -------- | -------------- |
| Cow | ["Sheep","Pig","Bear"]
| Monkey | ["Frog","Toad","Bird"]
How do I convert this to a dictionary where Column A is the key and Column B are the values?