scicloj/tablecloth

Refactor joins to use `pd-merge`

Opened this issue · 0 comments

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 a pd-merge will allow more optimal path.

PRs welcome.