TSV - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Tab-Separated Values (.tsv) File Format

Tab-Separated Values

 

Description

Notes

Examples

Compatibility

Description

• 

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).

Notes

• 

Content-Type: text/tsv, text/tab-separated-values

Examples

Import data from a TSV file to a DataFrame.

(1)

Import data from a TSV file to a Matrix.

(2)

Import data from a TSV file and view in the worksheet.

Compatibility

• 

With Maple 2016, the Import command applied to TSV files now produces DataFrame objects by default.

See Also

Formats

Formats,CSV

 


Download Help Document