pbeshai / tidy

Tidy up your data with JavaScript, inspired by dplyr and the tidyverse
https://pbeshai.github.io/tidy
MIT License
725 stars 21 forks source link

fix: fill in undefined columns when joining #42

Closed pbeshai closed 3 years ago

pbeshai commented 3 years ago

Fixes #41 by making sure we have all column keys in the same order on all items when joining with left and full join

pbeshai commented 3 years ago

Up in v2.4.2