Function bookdata::arrow::row::vec_to_df

source ·
pub fn vec_to_df<R>(vec: Vec<R>) -> Result<DataFrame>
where R: TableRow,
Expand description

Convert a vector of records to a chunk.