Read as CSV
Reads a comma-separated values stream and returns a labeled table.
Inputs
-
Stream — FileStream
Comma-separated values stream.
-
Delimiter — String
Delimiter or separator of the values.
-
Header row(s) — List of Integer
Row number(s) to use as the column names, and the start of the data. Leave empty if the data has no headers. Set it to “0” if the headers are at the first row.
Outputs
-
Table — Tensor
The data represented as a 2D tensor (a table).