3.0.1 Export to tab delimited text file
Example:
##### Export to Tab-Delimited text file (.txt)
DF.to_csv("/Path/to/your/data.txt"
, sep ='\t'
, index = False)
3.0.1 Export to tab delimited text file
Example:
##### Export to Tab-Delimited text file (.txt)
DF.to_csv("/Path/to/your/data.txt"
, sep ='\t'
, index = False)