-
Notifications
You must be signed in to change notification settings - Fork 590
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
Add table except #2347
Add table except #2347
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks @zbrookle
Co-authored-by: Marc Garcia <garcia.marc@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. can you add a whatsnew note.
also I think we should have a small section in the tutorial on using the set ops on tables, but let's make an issue about that (and of course if you want to contribute to that would be great).
ping on green.
|
@jreback Ok sounds good! |
|
thanks @zbrookle |
This pull request adds the SQL 'EXCEPT' functionality, which is the set difference. I followed the same format as intersect so it should be fairly straightforward