read_csv
Load a CSV file into a GAUSS workspace as a numeric matrix, with an option to skip the header row for clean data import.
Instructions
Load a CSV file into the workspace as a matrix.
skip_header: skip the first row, which is usually column names. GAUSS matrices hold numbers only, so a header row would otherwise be read as data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | Yes | ||
| skip_header | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |