On Wed, Oct 2, 2013 at 5:29 PM, Charles R Harris
wrote:
> Hi All,
>
> There was a problem with pandas 0.12 and the numpy nan functions when
> applying the nansum function to a pandas Series object. We thought we had
> fixed it by the slight of hand use of `a.sum` instead of `add.reduce(a)` so
> th
Hi All,
There was a problem with pandas 0.12 and the numpy nan functions when
applying the nansum function to a pandas Series object. We thought we had
fixed it by the slight of hand use of `a.sum` instead of `add.reduce(a)` so
that the Series object could use its own version of `sum` which overri