statsmodels.tsa.statespace.news.NewsResults.summary_revisions¶
- NewsResults.summary_revisions(sparsify=True)[source]¶
Create summary table showing revisions to the previous results’ data
- Parameters:
- Returns:
- revisions_table
SimpleTable
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
- revisions_table