Summary.add_df()

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:

df : DataFrame

header: bool :

Reproduce the DataFrame column labels in summary table

index: bool :

Reproduce the DataFrame row labels in summary table

float_format: string :

Formatting to float data columns

align : string

Data alignment (l/c/r)

doc_statsmodels
2017-01-18 16:19:58
Comments
Leave a Comment

Please login to continue.