Normalized row-oriented visualization data.
Plot builders accept tidy rows, maps of columns, Explorer data frames, and one-dimensional numeric samples. Internally they work with this struct so extraction and missing-value behavior stay consistent across chart types.
Summary
Functions
Fetches a row field using atom or string keys.
Builds a dataset from a map or dataframe-like object of equal-length columns.
Builds a dataset from Explorer.DataFrame when Explorer is loaded.
Builds a dataset from tidy row maps.
Builds a single-field dataset from a one-dimensional numeric sample.
Chooses a dataset conversion based on the input shape.
Extracts complete rows for a list of mapped fields.
Types
Functions
Fetches a row field using atom or string keys.
Builds a dataset from a map or dataframe-like object of equal-length columns.
Builds a dataset from Explorer.DataFrame when Explorer is loaded.
Builds a dataset from tidy row maps.
Builds a single-field dataset from a one-dimensional numeric sample.
Chooses a dataset conversion based on the input shape.
Extracts complete rows for a list of mapped fields.