polars_rows_iter

Trait FromDataFrameRow

Source
pub trait FromDataFrameRow<'a> {
    // Required method
    fn from_dataframe(
        dataframe: &'a DataFrame,
    ) -> PolarsResult<Box<dyn Iterator<Item = PolarsResult<Self>> + 'a>>
       where Self: Sized;
}

Required Methods§

Source

fn from_dataframe( dataframe: &'a DataFrame, ) -> PolarsResult<Box<dyn Iterator<Item = PolarsResult<Self>> + 'a>>
where Self: Sized,

Implementors§