ENH/API: implement __nonzero__ for NDFrame #3696

Merged
merged 2 commits into from May 30, 2013

Conversation

Projects
None yet
2 participants
Member

cpcloud commented May 27, 2013

closes #3691.

Contributor

jreback commented May 30, 2013

this didn't break any tests? (other than the one that is meant to catch it)

Member

cpcloud commented May 30, 2013

Nope. I changed that test to reflect the api change.

Member

cpcloud commented May 30, 2013

I figured that it would be more difficult to do this but it seems like the object hierarchy is very clean and only getting better :)

cpcloud added some commits May 27, 2013

@cpcloud cpcloud ENH/API: implemenet __nonzero__ for NDFrame
ENH/API: remove __nonzero__ in frames, use NDFrame implementation
86743b3
@cpcloud cpcloud DOC: add release notes 8002b71
Contributor

jreback commented May 30, 2013

can u rebase?

Member

cpcloud commented May 30, 2013

done

@jreback jreback added a commit that referenced this pull request May 30, 2013

@jreback jreback Merge pull request #3696 from cpcloud/nonzero-3691
ENH/API: implement __nonzero__ for NDFrame
bf6f018

@jreback jreback merged commit bf6f018 into pandas-dev:master May 30, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment