scicloj / tablecloth

Dataset manipulation library built on the top of tech.ml.dataset
https://scicloj.github.io/tablecloth
MIT License
305 stars 27 forks source link

Automatic columns selector for joins function #168

Open pcbldi opened 2 months ago

pcbldi commented 2 months ago

This changes introduces an automatic column selector as discussed in #133 .

All the common columns in two datasets are used as the column selectors.

prakash-defnx commented 2 months ago

You don't have to change api.clj file since it's generated. https://github.com/scicloj/tablecloth/blob/master/src/tablecloth/api/api_template.clj#L182

thanks, should I revert the changes in that ns completely? or its ok to leave what changes are there?