skbio.table.Table.transpose# Table.transpose()[source]# Transpose the contingency table The returned table will be an entirely new table, including copies of the (transposed) data, sample/observation IDs and metadata. Returns: TableReturn a new table that is the transpose of caller table.