Right now I have a dataset where each line is a string in the form:
"[6.43736, 23, {}, [], '']"
I want to convert it into a list, but i cant for the life of me figure out of to do it. The preferred output would look like this:
[6.43736, 23, {}, [], '']
For each line in the csv file.