Lazy value that can be asynchronously evaluated to obtain the full data frame as array of records
A tag that is used for pattern matching on KnownValue instances.
A smaller preview of the data (e.g. first 100 rows), stored as array of records
URL of the data frame as stored in a data store
Generated using TypeDoc
Represents a data frame. A data frame is always stored in the data store and represented by the
url. It also includes eagerly evaluated (always available)previewand lazily evaluated fulldata. Those are represented as arrays of JavaScript records.