How to append data in csv file a csv file python code example Example: append to csv python with open('document.csv','a') as fd: fd.write(myCsvRow)