I have a COLUMN in a DataFrame with str values. I need to convert every str into list for that column because the model the required that column to be of type list. How can I do it?
for example, for each row I need to change 'some string' into ['some string']