I have a string with format "[[Integer1, tag1], [Integer2, tag2]]" as values in dask Series and want to use df[col] = df[col].apply(ast.literal_eval
"[[Integer1, tag1], [Integer2, tag2]]"
df[col] = df[col].apply(ast.literal_eval