modin-project / modin-project/modin
FEAT: Support right and outer types of join for `merge`/`join`
Open
@YarShev is already working on this.
Since Aug 12, 2020.
P1
Performance 🚀
- Dominant language
- Python
- Stars
- 10.4k
- Forks
- 677
- PR merge metrics
- No merged PRs in 30d
Description
merge performance needs to be improved. There are two major components to this:
1.) Joining on index where left_index=True and right_index=True
2.) Joining where left_on or right_on is set.
There are two different behaviors here, and each needs to be optimized separately.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.