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