On Fr, 2016-08-26 at 09:57 -0400, Joseph Fox-Rabinovitz wrote:
>
>
> On Thu, Aug 25, 2016 at 4:37 PM, Sebastian Berg ns.net> wrote:
> > On Do, 2016-08-25 at 10:36 -0400, Joseph Fox-Rabinovitz wrote:
> > > This issue recently came up on Stack Overflow: http://stackoverfl
> > ow.c
> > > om/questio
On Thu, Aug 25, 2016 at 4:37 PM, Sebastian Berg
wrote:
> On Do, 2016-08-25 at 10:36 -0400, Joseph Fox-Rabinovitz wrote:
> > This issue recently came up on Stack Overflow: http://stackoverflow.c
> > om/questions/39145795/masking-a-series-with-a-boolean-array. The
> > poster attempted to index an n
On Do, 2016-08-25 at 10:36 -0400, Joseph Fox-Rabinovitz wrote:
> This issue recently came up on Stack Overflow: http://stackoverflow.c
> om/questions/39145795/masking-a-series-with-a-boolean-array. The
> poster attempted to index an ndarray with a pandas boolean Series
> object (all False), but the
This issue recently came up on Stack Overflow:
http://stackoverflow.com/questions/39145795/masking-a-series-with-a-boolean-array.
The poster attempted to index an ndarray with a pandas boolean Series
object (all False), but the result was as if he had indexed with an array
of integer zeros.
Can so