Closed sppalkia closed 4 years ago
Adds support for operations that involve a GrizzlySeries on the LHS and a Scalar on the RHS, e.g.,:
>>> a = gr.GrizzlySeries([1,2,3]) >>> a.add(5).evaluate() 0 6 1 7 2 8 dtype: int64
Adds support for operations that involve a GrizzlySeries on the LHS and a Scalar on the RHS, e.g.,: