pub fn load_generic_csv(
path: &Path,
opts: &GenericCsvOptions,
) -> Result<ResidualStream>Expand description
Load path as a generic CSV and produce a typed residual stream.
Errors if the file is missing, has fewer than two rows, the requested columns are absent, or auto-detection cannot identify a timestamp column.