polars_ops::frame

Trait 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§