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
detailed impacts computed: whether or not detailed impacts have been computed in these NewsResults for this revision
- data_revisions
See also
Last update:
Oct 03, 2024