python como escrever pandas datraframe como arquivo tsv

# Basic syntax:
Dataframe.to_csv('/path/to/filename', sep='\t')
Charles-Alexandre Roy