tables.readtableoptions.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/tables > ReadTableOptions
ReadTableOptions interface
Signature:
export interface ReadTableOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| autoMax? | number | (Optional) If autoType is true, we'll limit the rows we check to this number to avoid scanning the entire table. This is ignored if a codebook is supplied. | |
| autoType? | boolean | (Optional) If true, we'll try to auto-detect the type of each column. This is ignored if a codebook is supplied. | |
| codebook? | CodebookSchema | (Optional) If a codebook is supplied, we'll use this for type casting. |