pub fn coerce_lhs_rhs<'a>( lhs: &'a Series, rhs: &'a Series, ) -> Result<(Cow<'a, Series>, Cow<'a, Series>), PolarsError>