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

anti_join should support a DataFrameGroupBy #443

Closed
machow opened this issue Sep 20, 2022 · 1 comment
Closed

anti_join should support a DataFrameGroupBy #443

machow opened this issue Sep 20, 2022 · 1 comment
Labels
impact:5 High impact - affects an everyday behavior, or one critical for analysis.

Comments

@machow
Copy link
Owner

machow commented Sep 20, 2022

Related to

@machow machow added the impact:5 High impact - affects an everyday behavior, or one critical for analysis. label Sep 20, 2022
@machow
Copy link
Owner Author

machow commented Nov 1, 2022

from siuba.data import mtcars
mtcars.groupby("cyl") >> anti_join(_, mtcars.head(2), "cyl")

@machow machow closed this as completed Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact:5 High impact - affects an everyday behavior, or one critical for analysis.
Projects
None yet
Development

No branches or pull requests

1 participant