We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
implemented here, could probably use a bit more testing on heterogeneous dataframes but should be covered by the single-key joins
wesm@5ae1a59
Sorry, something went wrong.
No branches or pull requests
API would look like
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
The text was updated successfully, but these errors were encountered: