techascent / tech.ml.dataset

A Clojure high performance data processing system
Eclipse Public License 1.0
660 stars 33 forks source link

Implement joins from tablecloth #101

Closed cnuernber closed 3 years ago

cnuernber commented 4 years ago

@genmeblog helpfully indicated on Zulip:

BTW, take a look at other joins I introduced in tablecloth I think they should be moved directly to tech.ml.dataset since they are made on the top of left and right joins, ie: full, semi, anti joins: https://github.com/scicloj/tablecloth/blob/master/src/tablecloth/api/join_concat_ds.clj#L47

genmeblog commented 4 years ago

Examples: https://scicloj.github.io/tablecloth/index.html#full

cnuernber commented 3 years ago

Hmm, not going to do this. Tablecloth is the way to go to get this functionality :-).