tables.readtableoptions.automax.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/tables > ReadTableOptions > autoMax
ReadTableOptions.autoMax property
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.
Signature:
autoMax?: number;