I want to append row to an existing csv file. This is my code :
import csv with open(\'data/mean_comments.csv\', mode=\'a\', newline=\'\') as data_file: fil