Skip to content

Conversation

@flcong
Copy link

@flcong flcong commented Aug 21, 2021

  • Improve Left/Right/Inner Join for inequality conditions (Left Join becomes Inner Join for inequality conditions #190)
  • For left (right) join, set as pd.NA for values from the right (left) table and drop duplicates if the inequality condition is not satisfied.
  • Add additional more complicated tests for left/right/inner join (both fixture and tests)
  • Full Join is not implemented yet.

> Improve Left/Right/Inner Join for inequality conditions.
> For left (right) join, set as pd.NA for values from the right (left) table and drop duplicates if the inequality condition is not satisfied.
> Add additional more complicated tests for left/right/inner join (both fixture and tests)
> Full Join is not implemented yet.
@flcong flcong changed the title Improve Left/Right/Inner Join (inequality) #190 Improve Left/Right/Inner Join (inequality) Aug 21, 2021
@flcong flcong marked this pull request as ready for review August 21, 2021 22:02
@flcong flcong closed this Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant