statsmodels.tsa.statespace.news.NewsResults.data_revisions¶
- property NewsResults.data_revisions¶
Revisions to data points that existed in the previous dataset
- Returns:
- data_revisions
pd.DataFrame
Index is as MultiIndex consisting of revision date and revised variable. The columns are:
observed (prev): the value of the data as it was observed in the previous dataset.
revised: the revised value of the data, as it is observed in the new dataset
- data_revisions
See also