polars_
ops
0.44.2
IntoDf
Required Methods
to_df
Implementations on Foreign Types
DataFrame
Implementors
In polars_
ops::
frame
polars_ops
::
frame
Trait
IntoDf
Copy item path
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
§