I have a .csv
file with a column similarity_all
that contains a list of arrays in it. When i'm importing the file with pd.read_csv()
method, the column comes as a string.
How can i transform this field to be a list of arrays, like it's supose to be?
dataframe imported with the field "similarity_all" as string