Trait polars::chunked_array::object::IntoSeries
source · [−]pub trait IntoSeries {
fn into_series(self) -> Series;
fn is_series() -> bool { ... }
}
This is supported on crate feature
object
only.