pub trait ShrinkType {
// Required method
fn shrink_type(&self) -> Result<Series, PolarsError>;
}
Available on crate feature
polars-ops
only.pub trait ShrinkType {
// Required method
fn shrink_type(&self) -> Result<Series, PolarsError>;
}
polars-ops
only.