forecastlab / forecast_dash

A website for viewing forecasting results of commonly used time series.
https://business-forecast-lab.com
Other
35 stars 17 forks source link

Update ABS time quarters #209

Closed ardimirzaei closed 1 year ago

ardimirzaei commented 1 year ago

The ABS data shows the end for the end of the quarter, but pandas auto defaults to the begin of the quarter, Added and offset to the end of the quarter

Summary

Quick description/explanation of changes.

Related Issues

List any related issues here. Write NA if no related issues.

Checklist

ardimirzaei commented 1 year ago

@sjtrny noting that I've applied the offset globally to the ABS data, but this PR needs a double check that the all ABS data refers to the end of the quarter.

sjtrny commented 1 year ago

This'll do for now, but we should specify the transformation at the series level in the JSON file in future.