statsmodels.iolib.table.SimpleTable.get_colwidths# SimpleTable.get_colwidths(output_format, **fmt_dict)[source]# Return the widths of each column, using a cache Parameters: output_formatstrOne of ‘txt’, ‘csv’, ‘html’ or ‘latex’. **fmt_dictAdditional formatting options that override the table’s output-specific formatting. Returns: list of intThe width of each column.