Skip to content

DOC: Add cross merge to userguide section #43801

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

Merged
merged 2 commits into from
Sep 30, 2021

Conversation

phofl
Copy link
Member

@phofl phofl commented Sep 29, 2021

Forgot this when adding cross

@phofl phofl added Docs Reshaping Concat, Merge/Join, Stack/Unstack, Explode labels Sep 29, 2021
@@ -707,6 +707,7 @@ either the left or right tables, the values in the joined table will be
``right``, ``RIGHT OUTER JOIN``, Use keys from right frame only
``outer``, ``FULL OUTER JOIN``, Use union of keys from both frames
``inner``, ``INNER JOIN``, Use intersection of keys from both frames
``cross``, ``CROSS JOIN``, Create the karthesian product of rows of both frames
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isin't this cartesian?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes thx

@jreback jreback added this to the 1.3.4 milestone Sep 29, 2021
@jreback
Copy link
Contributor

jreback commented Sep 29, 2021

ok to backport this

@phofl
Copy link
Member Author

phofl commented Sep 30, 2021

Docs look reasonable

@jreback
Copy link
Contributor

jreback commented Sep 30, 2021

@meeseeksdev backport 1.3.x

@lumberbot-app
Copy link

lumberbot-app bot commented Sep 30, 2021

Something went wrong ... Please have a look at my logs.

@phofl phofl deleted the doc_cross_merge branch September 30, 2021 13:51
phofl added a commit that referenced this pull request Sep 30, 2021
gasparitiago pushed a commit to gasparitiago/pandas that referenced this pull request Oct 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants