Skip to main content

load_csv_to_datatable_with_opts

Function load_csv_to_datatable_with_opts 

Source
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).