python change delimiter in write csv file pandas code example Example: pandas to_csv delimiter df.to_csv('modified.txt', index=False, sep='\t')