-
Notifications
You must be signed in to change notification settings - Fork 79
Description
Hello,
I've been reusing your great work on UK data within my dashboard here: https://boogheta.github.io/coronavirus-countries/#country=UK
While adding Tests data since you completed it across all countries, I encountered something that looks to me like an error but I might read things wrong:
When looking at confirmed cases for whole UK https://github.com/tomwhite/covid-19-uk-data/blob/master/data/covid-19-totals-uk.csv and for just England https://github.com/tomwhite/covid-19-uk-data/blob/master/data/covid-19-totals-england.csv, there appears to be greater values for just England than for the whole UK until April 10th.
I realised it because I'm completing England figures by doing UK - Wales - Scotland - Eire whenever an England figure is missing since others are all complete but maybe I'm misunderstanding something?