djay / covidthailand

Thailand Covid testing and case data gathered and combined from various sources for others to download or view
126 stars 15 forks source link

Daily vaccinations shows incorrect 3rd booster value (change to unknown) #84

Closed reduxionist closed 2 years ago

reduxionist commented 3 years ago

Data for fourth doses was added as of 2021-09-24, and I believe it is getting displayed as "extras" by covid_plot.save_plots. I have yet to figure out, however, why the number of third boosters is being interpreted as if it were the total number of cumulative doses administered...

djay commented 3 years ago

I think what should happen is the daily plot should just have an "other" section that includes 3rd booster, 4th, any other categories we don't show etc. otherwise there is just too many categories to show. One challenge is that currently to get around anomolies and missing data the daily groups values are normalised to the expected total. so this will have to change. Missing group data I guess should just change to "other" or "unknown" and we take out trying to be smart and interpolating those values when the data is missing

djay commented 3 years ago

maybe for now we can just rename 3rd booster to "other"? and that would be ok for most of the time...

djay commented 2 years ago

changed to unknown