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

Expose isnull and notnull as methods #203

Closed
takluyver opened this issue Oct 7, 2011 · 0 comments
Closed

Expose isnull and notnull as methods #203

takluyver opened this issue Oct 7, 2011 · 0 comments
Milestone

Comments

@takluyver
Copy link
Contributor

Feature suggestion:

I was using hackish solutions to select rows where a particular column is empty/non-empty, because I didn't know about isnull and notnull. I think these should be exposed as methods, particularly of Series (i.e. columns), so they're readily discoverable via tab completion.

Example use:

selection = df[df['col'].notnull()]
takluyver added a commit to takluyver/pandas that referenced this issue Oct 9, 2011
@wesm wesm closed this as completed in 32017fa Oct 9, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants