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

Novice R: Joins #4

Open
cwickham opened this issue Aug 15, 2019 · 2 comments
Open

Novice R: Joins #4

cwickham opened this issue Aug 15, 2019 · 2 comments

Comments

@cwickham
Copy link
Collaborator

Joins has been removed from the Data Manipulation section.

Need to think about where this will go and what else should be covered.

Relevant comments from review of merely-useful/merely-useful.github.io#137:

I would be inclined to introduce append/concat functionality (I think bind_row/bind_col in dply?) before joins since these are simply adding rows or columns which I think is simpler to understand than adding based on the values in a common column.
-- @joelostblom

How important is it to describe these other joins? I personally don't use many other than left_join and full_join and often struggle with the logic of the other joins. Would it be better to simply say "there are other joins out there, check out the cheatsheet/linked tutorial if you want to learn more, but we won't cover them more here". Thoughts?
-- @lwjohnst86

does anti_join also returns rows from right with no match from left?
-- @gvwilson

@cwickham
Copy link
Collaborator Author

Cool CC animated gifs: https://github.com/gadenbuie/tidyexplain

@joelostblom
Copy link
Contributor

Cool CC animated gifs: https://github.com/gadenbuie/tidyexplain

Wow those are super useful!

@lwjohnst86 lwjohnst86 transferred this issue from merely-useful/py-rse Aug 26, 2020
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

No branches or pull requests

2 participants