pub fn load_csv_to_datatable_with_opts<P: AsRef<Path>>(
path: P,
table_name: &str,
opts: &CsvReadOptions,
) -> Result<DataTable>Expand description
Load a CSV file into a DataTable honouring caller-supplied options
(delimiter, headers).