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
7 stars 2 forks source link

Row order fix #47

Closed zander-prinsloo closed 6 months ago

zander-prinsloo commented 6 months ago

This PR fixes two small bugs in the joyn::joyn().

  1. The input keys in input tables were being renamed to "keyby1" if the input tables did not have the same row names. See this task.
  2. The order of returned data frames were not correct. See this task.
zander-prinsloo commented 6 months ago

image