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

Negated indexing #182

Closed
johnmyleswhite opened this issue Feb 8, 2013 · 5 comments
Closed

Negated indexing #182

johnmyleswhite opened this issue Feb 8, 2013 · 5 comments
Labels

Comments

@johnmyleswhite
Copy link
Contributor

It would be nice to make a general purpose negated indexing API for DataFrames:

df[not("Column9")]
df[not("Column2", "Column9")]
@tshort
Copy link
Contributor

tshort commented Feb 8, 2013

+1

Looks useful.

@StefanKarpinski
Copy link
Member

Related to JuliaLang/julia#1032.

@johnmyleswhite
Copy link
Contributor Author

Exactly. That is one of the long-standing Julia issues (beside keyword arguments) that I hope we can address in the next six months. For now we can demo out some approaches in the DataFrames package.

@Nosferican
Copy link
Contributor

Should this issue be closed now?

@ararslan
Copy link
Member

ararslan commented Feb 5, 2018

Yes. Will hopefully be addressed more broadly in 1.1, at which point we can use whatever solution Base comes up with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants