pub trait IntoScalar { // Required method fn into_scalar(self, dtype: DataType) -> PolarsResult<Scalar>; }