python how to write pandas dataframe as tsv file

Solutions on MaxInterview for python how to write pandas dataframe as tsv file by the best coders in the world

showing results for - "python how to write pandas dataframe as tsv file"
Lotta
18 Mar 2016
1# Basic syntax:
2Dataframe.to_csv('/path/to/filename', sep='\t')