statsmodels.tsa.statespace.news.NewsResults.summary_revisions

NewsResults.summary_revisions(sparsify=True)[source]

Create summary table showing revisions to the previous results’ data

Parameters
sparsifybool, optional, default True

Set to False for the table to include every one of the multiindex keys at each row.

Returns
revisions_tableSimpleTable

Table showing revisions to the previous results’ data. Columns are:

  • revision date : date associated with a revised data point

  • revised variable : variable that was revised at revision date

  • observed (prev) : the observed value prior to the revision

  • revised : the new value after the revision