[][src]Function ravencol::reading::get_data_vec

pub fn get_data_vec(
    file_path: OsString
) -> Result<(StringRecord, Vec<Vec<String>>), Box<dyn Error>>

Returns a tuple with column names and a Vec of rows in a csv file. Each row is represented as a Vec