tomwhite / covid-19-uk-data

Coronavirus (COVID-19) UK Historical Data
http://tom-e-white.com/covid-19-uk-data/
The Unlicense
162 stars 79 forks source link

England cases breakdown #41

Closed airallergy closed 4 years ago

airallergy commented 4 years ago

The England cases breakdown are one-day shifted (e.g. the data of 16/04/2020 are actually those of 15/04/2020).

Also the breakdown data from the new dashboard can date back to day 1 of outbreak, which seems to be constantly revised on a daily basis. And the breakdown of Hackney and City of London is provided throughout the whole time series. It seems reasonable to replace the England breakdown with these new data, instead of attaching daily ones to the existing database.

tomwhite commented 4 years ago

@AirAllergy thanks for raising this. You're right. I have a script (compare_phe_historical.py) that compares the old PHE data (Historic COVID-19 Dashboard Data.xlsx) with the data in this repo, and it agreed for the most part. That spreadsheet is no longer being updated. Data from the new PHE dashboard diverges to a much larger degree, presumably because of the daily revisions that you mention.

I'll work on bringing the data in this repo up to date.

airallergy commented 4 years ago

@tomwhite I realise that they have started to use the specimen date rather than the reporting date in terms of England cases. Please ignore my first paragraph.

Great work you have done, cheers and stay safe!