VirtualReadCsvOptions Type
Options for [`Virtual.ReadCsv`].
Record fields
| Record Field |
Description
|
Full Usage:
ByteOffsetIndex
Field type: bool
|
When true (default), index rows by file byte offset and read lines on demand. Pass `false` to cache every line string in RAM.
|
Full Usage:
ColumnKeys
Field type: string list option
|
Explicit column keys (defaults to all CSV columns except index column).
|
Full Usage:
HasHeaders
Field type: bool
|
When false, the first row is data and columns are named `Column1`, `Column2`, … (same as `Frame.ReadCsv`).
|
Full Usage:
IndexColumn
Field type: string option
|
Column used as ordered row index when strictly increasing and unique in file order. When `None`, rows are `0 .. N-1`.
|
|
Searchable columns and their LookupRange modes (`Infer` when omitted at the API).
|
Static members
| Static member |
Description
|
|
|
Deedle