Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 523 Bytes

File metadata and controls

13 lines (8 loc) · 523 Bytes

Home > @datashaper/schema > SampleArgs > proportion

SampleArgs.proportion property

If table size is unknown ahead of time, specify a proportion of rows to sample. If size is specified, it will be used instead, otherwise computed from this proportion using the table.numRows()

Signature:

proportion?: number;