[Numpy-discussion] 1.8.0, nan functions, and pandas

2013-10-02 Thread Charles R Harris
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

Re: [Numpy-discussion] 1.8.0, nan functions, and pandas

2013-10-02 Thread Charles R Harris
On Wed, Oct 2, 2013 at 5:29 PM, Charles R Harris charlesr.har...@gmail.comwrote: 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