statsmodels.tsa.statespace.news.NewsResults.data_revisions

property NewsResults.data_revisions

Revisions to data points that existed in the previous dataset

Returns:
data_revisionspd.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

See also

data_updates

Last update: Mar 18, 2024