hstack_columns# gammapy.utils.table.hstack_columns(table, table_other)[source]# Stack the column data horizontally. Parameters: tableTableInput table. table_otherTableOther input table. Returns: stackedTableStacked table.