python how to write pandas dataframe as tsv file

63

python how to write pandas dataframe as tsv file -

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

Comments

Submit
0 Comments