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

Expand inner_join to accept a list of pdarrays #2810

Closed
stress-tess opened this issue Oct 6, 2023 · 0 comments · Fixed by #2837
Closed

Expand inner_join to accept a list of pdarrays #2810

stress-tess opened this issue Oct 6, 2023 · 0 comments · Fixed by #2837
Assignees
Labels
enhancement New feature or request User Reported A user submitted the issue

Comments

@stress-tess
Copy link
Member

Expand ak.inner_join functionality to work on a list of pdarrays. This would be good to have in and of itself, but it's also motivated the df.merge functionality in #2781

@stress-tess stress-tess added the enhancement New feature or request label Oct 6, 2023
@stress-tess stress-tess self-assigned this Oct 6, 2023
@stress-tess stress-tess added the User Reported A user submitted the issue label Oct 10, 2023
stress-tess pushed a commit to stress-tess/arkouda that referenced this issue Oct 30, 2023
This PR (closes Bears-R-Us#2810) expands the `inner_join` and `align` functionality to accept a list of pdarrays. Next steps are to update the dataframe merge functions to allow for multi-column merges
github-merge-queue bot pushed a commit that referenced this issue Oct 31, 2023
* Closes #2810: Expand `inner_join` to accept a list of pdarrays

This PR (closes #2810) expands the `inner_join` and `align` functionality to accept a list of pdarrays. Next steps are to update the dataframe merge functions to allow for multi-column merges

* use unordered concat

---------

Co-authored-by: Pierce Hayes <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request User Reported A user submitted the issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant