4.5.7.3.2.1.4. statsmodels.iolib.table.Row.as_string

Row.as_string(output_format='txt', **fmt_dict)[source]

Return string: the formatted row. This is the default formatter for rows. Override this to get different formatting. A row formatter must accept as arguments a row (self) and an output format, one of (‘html’, ‘txt’, ‘csv’, ‘latex’).