4.5.5.1.9. statsmodels.iolib.summary.table_extend

statsmodels.iolib.summary.table_extend(tables, keep_headers=True)[source]

extend a list of SimpleTables, adding titles to header of subtables

This function returns the merged table as a deepcopy, in contrast to the SimpleTable extend method.

Parameters:

tables : list of SimpleTable instances

keep_headers : bool

If true, then all headers are kept. If falls, then the headers of subtables are blanked out.

Returns:

table_all : SimpleTable

merged tables as a single SimpleTable instance