Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH/API: implement __nonzero__ for NDFrame #3696

Merged
merged 2 commits into from
May 30, 2013
Merged

ENH/API: implement __nonzero__ for NDFrame #3696

merged 2 commits into from
May 30, 2013

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented May 27, 2013

closes #3691.

@jreback
Copy link
Contributor

jreback commented May 30, 2013

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

@cpcloud
Copy link
Member Author

cpcloud commented May 30, 2013

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

@cpcloud
Copy link
Member Author

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 :)

ENH/API: remove __nonzero__ in frames, use NDFrame implementation
@jreback
Copy link
Contributor

jreback commented May 30, 2013

can u rebase?

@cpcloud
Copy link
Member Author

cpcloud commented May 30, 2013

done

jreback added a commit that referenced this pull request May 30, 2013
ENH/API: implement __nonzero__ for NDFrame
@jreback jreback merged commit bf6f018 into pandas-dev:master May 30, 2013
@jreback jreback mentioned this pull request May 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement __nonzero__
2 participants