pub fn load_rows(
rows: &[RawRow],
options: &LoadOptions,
) -> Result<EventStream, IoError>Expand description
Builds an EventStream from already-parsed rows, inferring whichever of
sensor_size/time_unit the caller left unset (the in-memory twin of
[load_text], shared with eventcv.from_numpy).