Trait polars_ops::frame::IntoDf

source ·
pub trait IntoDf {
    // Required method
    fn to_df(&self) -> &DataFrame;
}

Required Methods§

source

fn to_df(&self) -> &DataFrame

Implementations on Foreign Types§

source§

impl IntoDf for DataFrame

source§

fn to_df(&self) -> &DataFrame

Implementors§