Refactor joins to use pd-merge
#45
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
https://techascent.github.io/tech.ml.dataset/tech.v3.dataset.join.html#var-pd-merge
Currently joins on multiple columns are made using
tmd/left-join
(or right) iteratively column by column. Switching to apd-merge
will allow more optimal path.PRs welcome.
The text was updated successfully, but these errors were encountered: