statsmodels.iolib.table.SimpleTable.insert# SimpleTable.insert(idx, row, datatype=None)[source]# Insert a row into a table Parameters: idxintThe index at which to insert the row. rowsequence of data or cellsThe row to insert. datatypestr, optionalThe datatype of the row, e.g. ‘data’ or ‘header’. If None, taken from row.datatype if available.