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

Add multi-key join capability #214

Closed
wesm opened this issue Oct 11, 2011 · 1 comment
Closed

Add multi-key join capability #214

wesm opened this issue Oct 11, 2011 · 1 comment
Milestone

Comments

@wesm
Copy link
Member

wesm commented Oct 11, 2011

API would look like

a.join(b, on=['foo', 'bar'])

where 'foo', and 'bar' are columns in a and b is indexed by a MultiIndex with 2 levels

I am already working on this...just here so I don't forget

@wesm
Copy link
Member Author

wesm commented Oct 11, 2011

implemented here, could probably use a bit more testing on heterogeneous dataframes but should be covered by the single-key joins

wesm@5ae1a59

@wesm wesm closed this as completed Oct 11, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant