Skip to content

Doc: Add example of merging a Series with a Dataframe #19160

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

Closed
wants to merge 1 commit into from

Conversation

pdpark
Copy link

@pdpark pdpark commented Jan 9, 2018

Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

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

this isn't referenced to #19140 which is a PR. what is the associated issue?

@@ -714,6 +714,31 @@ either the left or right tables, the values in the joined table will be
labels=['left', 'right'], vertical=False);
plt.close('all');

To join a Series and a DataFrame, the Series has to be transformed into a DataFrame first:
Copy link
Contributor

Choose a reason for hiding this comment

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

use double backticks around Series & DataFrame

@jreback jreback added Docs Reshaping Concat, Merge/Join, Stack/Unstack, Explode labels Jan 12, 2018
@pdpark
Copy link
Author

pdpark commented Jan 12, 2018

Fixed comment: closes CR #12550.

@jreback
Copy link
Contributor

jreback commented Jan 13, 2018

you need to rebase on master and push again, don't see any changes

@pdpark
Copy link
Author

pdpark commented Jan 14, 2018

This PR can be closed - resubmitted as PR #19235.

@jreback
Copy link
Contributor

jreback commented Jan 14, 2018

in he future pls just push to thme same PR with changes

@jreback jreback closed this Jan 14, 2018
@pdpark
Copy link
Author

pdpark commented Jan 14, 2018

I see. Will do.

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.

Equivalent of Series.map for DataFrame
2 participants