How to append a row to a csv file?

前端 未结 0 1037
-上瘾入骨i
-上瘾入骨i 2021-02-11 00:00

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题