statsmodels.iolib.table.SimpleTable.as_csv# SimpleTable.as_csv(**fmt_dict)[source]# Return the table in CSV format Currently only supports comma separator. Parameters: **fmt_dictAdditional formatting options that override the table’s CSV formatting. Returns: strThe table formatted as CSV.