Open genmeblog opened 3 years ago
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.
tmd/left-join
pd-merge
PRs welcome.
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.