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