Python comment écrire Pandas DataFrame comme fichier TSV

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