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