datascience.tables.Table.join

Table.join(column_label, other, other_label=None)[source]

Generate a table with the columns of self and other, containing rows for all values of a column that appear in both tables. If a join value appears more than once in self, each row will be used, but in the other table, only the first of each will be used.

If the result is empty, return None.