plotly.express.get_trendline_results

plotly.express.get_trendline_results(fig)

Extracts fit statistics for trendlines (when applied to figures generated with the trendline argument set to "ols").

Parameters

fig – the output of a plotly.express charting call

Returns

A pandas.DataFrame with a column “px_fit_results” containing the statsmodels results objects, along with columns identifying the subset of the data the trendline was fit on.