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