Fork me on GitHub

biom-format.org

biom.table.Table._fast_merge

Contents

biom.table.Table._fast_merge

Table._fast_merge(others)

For simple merge operations it is faster to aggregate using pandas

Parameters:

others : Table, or Iterable of Table

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

Contents