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