statsmodels.iolib.summary2.Summary.add_df¶ Summary.add_df(df, index=True, header=True, float_format='%.4f', align='r')[source]¶ Add the contents of a DataFrame to summary table Parameters dfDataFrame header: boolReproduce the DataFrame column labels in summary table index: boolReproduce the DataFrame row labels in summary table float_formatstrFormatting to float data columns alignstrData alignment (l/c/r)