polars_ops
0.40.0
IntoDf
Required Methods
to_df
Implementations on Foreign Types
DataFrame
Implementors
In polars_ops::frame
Trait
polars_ops
::
frame
::
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
§