Skip to main content

Module data

Module data 

Source

Structs§

Dataset
A dataset is a homogeneous-ish collection of records. We don’t enforce schema — encodings pick which fields to use.

Enums§

Value
A single value in a record. Kept narrow on purpose — opsis is a plotting framework, not a dataframe library.

Type Aliases§

Record
One row of data. Field order is preserved by BTreeMap on key, which is fine because we look up by name everywhere.