erp12 / Rica

DataFrame abstraction for Clojure data scientists.

Home Page:https://erp12.github.io/Rica/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataFrame joining not supported yet

erp12 opened this issue · comments

One of the most powerful operations of relational/tabular data is joining. Even a naive join implementation that supports cross, inner, right, left, and full-outer would vastly improve the usability of Rica.

Good enough implementation added in #21