Closed
Description
It'd be similar to Series.__array_ufunc__
, (extract array, apply ufunc, box in index with name) with the exception that
- No alignment when operating between multiple indexes
- We'd need to decide whether Index or Series defers when calling ufuncs on inputs of mixed index and series. Check what binops does.