pub fn load_csv_to_datatable<P: AsRef<Path>>( path: P, table_name: &str, ) -> Result<DataTable>
Load a CSV file into a DataTable