Have a question. If I run this code, I get exactly what I have in the CSV. My target is to get a text/data/csv file which would look like this: ['red', 'green', 'blue'] meaning:
- Converting a single column into a row.
- While converting to row, entering a comma to differentiate values.
Is it possible to do it through Python? Is there any online materials I can look into?