biom.table.Table._fast_merge

Table._fast_merge(others)

For simple merge operations it is faster to aggregate using pandas

Parameters:
othersTable, or Iterable of Table

If a Table, then merge with that table. If an iterable, then merge all of the tables