SciRuby / daru

Data Analysis in RUby
BSD 2-Clause "Simplified" License
1.04k stars 140 forks source link

FIX - Many to one joins #217

Closed gnilrets closed 8 years ago

gnilrets commented 8 years ago

The prior version was shifting values in the left dataframe before checking whether values in the right dataframe should be shifted. They both need to be checked at the same time before shifting either.

Resolves #216