statsmodels.iolib.table.SimpleTable.insert_header_row# SimpleTable.insert_header_row(rownum, headers, dec_below='header_dec_below')[source]# Insert a row of headers Parameters: rownumintThe index at which to insert the header row. headerssequence of strThe header strings, one per column. The strings may contain newlines, to indicate multiline headers. dec_belowstrThe decoration tag to use below the header row.