Tab-Separated Values (.tsv) File Format
Tab-Separated Values
Description
Notes
Examples
Compatibility
TSV (Tab-Separated Values) is a simple text-based format for tabular data in which rows of data appear on subsequent lines and columns are delimited by tab characters.
The ImportMatrix and ExportMatrix commands can read and write TSV files.
The general-purpose commands Import and Export also support this format.
The default output from Import for this format is a DataFrame. To produce a Matrix, use Import(...,output=Matrix).
Content-Type: text/tsv, text/tab-separated-values
Import data from a TSV file to a DataFrame.
Import data from a TSV file to a Matrix.
Import data from a TSV file and view in the worksheet.
With Maple 2016, the Import command applied to TSV files now produces DataFrame objects by default.
See Also
Formats
Formats,CSV
Download Help Document