4.5.7.3.3.1.1. statsmodels.iolib.table.SimpleTable.__init__

SimpleTable.__init__(data, headers=None, stubs=None, title='', datatypes=None, csv_fmt=None, txt_fmt=None, ltx_fmt=None, html_fmt=None, celltype=None, rowtype=None, **fmt_dict)[source]
Parameters:

data : list of lists or 2d array (not matrix!)

R rows by K columns of table elements

headers : list (or tuple) of str

sequence of K strings, one per header

stubs : list (or tuple) of str

sequence of R strings, one per stub

title : string

title of the table

datatypes : list of int

indexes to data_fmts

txt_fmt : dict

text formatting options

ltx_fmt : dict

latex formatting options

csv_fmt : dict

csv formatting options

hmtl_fmt : dict

hmtl formatting options

celltype : class

the cell class for the table (default: Cell)

rowtype : class

the row class for the table (default: Row)

fmt_dict : dict

general formatting options