randrescastaneda / joyn

joyn provides a set of tools to analyze the quality of merging (i.e., joining) data frames. It is a JOY to join with joyn
https://randrescastaneda.github.io/joyn/
Other
9 stars 4 forks source link

Update vals bug #70

Closed zander-prinsloo closed 3 months ago

zander-prinsloo commented 3 months ago

in joyn::joyn(), first filter rows to execute join type (left, right, etc.) before updating values.

Solve bug from this task.
And add test. Increment dev version.

image