apjanke / octave-tablicious

Table (relational, tabular data) implementation for GNU Octave
https://apjanke.github.io/octave-tablicious/
GNU General Public License v3.0
29 stars 11 forks source link

`realjoin()` method #10

Closed apjanke closed 5 years ago

apjanke commented 5 years ago

Make a realjoin() method that removes the key restrictions of Matlab table's join() and does a full relational-algebra JOIN with many-to-many key relationships (where “many” can be 0, 1, or more on either side).

apjanke commented 5 years ago

Added in https://github.com/apjanke/octave-table/commit/6f842454b6e512c267f48420a8c7f892a10d20cf.