Function bookdata::arrow::row::iter_df_rows

source ·
pub fn iter_df_rows<'a, R>(df: &'a DataFrame) -> Result<FrameRecordIter<'a, R>>
where R: TableRow,
Expand description

Convert a data frame into a vector.