owid / covid-19-data

Data on COVID-19 (coronavirus) cases, deaths, hospitalizations, tests • All countries • Updated daily by Our World in Data
https://ourworldindata.org/coronavirus
5.66k stars 3.64k forks source link

United States Share of people fully vaccinated against COVID-19 #1983

Closed jqrprogrammer closed 2 years ago

jqrprogrammer commented 2 years ago

in the data as of 2021-09-19 the people_fully_vaccinated_per_hundred in the graph and table is 53.93%, but if you see the data this country has the following information:

Population: 332915074 people_fully_vaccinated: 181382976 people_vaccinated_per_hundred: 62.97% people_fully_vaccinated_per_hundred: 53.93%

In this case, if I realized the calculation of people_fully_vaccinated_per_hundred get 54.98%

In addition to this in the Graph and Table shown in the total of 63.03% but the data, the people_vaccinated_per_hundred is 62.97%

image

edomt commented 2 years ago

Hi @jqrprogrammer

That is because the vaccination data published by the US CDC also includes the following territories:

American Samoa Micronesia Guam Marshall Islands Northern Mariana Islands Puerto Rico Palau United States Virgin Islands

Therefore, we use a higher denominator of 336,324,782 instead of the usual denominator of 332,915,074 for the US.

jqrprogrammer commented 2 years ago

Can you confirm what data you use for fully_vaccinated and vaccinated_people?

In the data that I downloaded I have the following information:

image

edomt commented 2 years ago

Yes, that's the right data. You can see it here: https://github.com/owid/covid-19-data/blob/master/public/data/vaccinations/country_data/United%20States.csv

jqrprogrammer commented 2 years ago

@edmont thanks for the information, review the information I think the calculation of Share of people only partly vaccinated against COVID-19 is calculate using population 332,915,074 and not 336,324,782

if you realized the calculation of Partly vaccinated with denominator 332,915,074 the result is 9.13% but if you realized the calculation with denominator 336,324,782 the result is 9.04%

It would be better if the US table in the Population data showing the data with which the indicators are calculated and validate the calculation of Share of people only partly vaccinated against COVID-19

image

image

edomt commented 2 years ago

Nice catch, thank you! This is now fixed here.

However, the population denominator in the downloadable file will remain the same: it is actually the correct denominator that we use for other metrics such as cases per capita, deaths per capita, etc.

jqrprogrammer commented 2 years ago

@edmont thanks

It generates a bit of noise for me that when we select the Population sort by the value of 332,915,074 appears since if someone is based on that value applying the percentages of the graph they will have wrong values ​​of the vaccinated and partially vaccinated

The value of 336,324,782 should be shown, which is with which these percentages are calculated.

image

marikouda commented 7 months ago

Hi there, I am looking at the vaccination per 100 rates for the USA. I see that OWID is using a population value of 332,015,253. I get this from backcalculating using 'total vaccinations' and 'total vaccinations per 100 rate'. This population value is significantly lower than the UN World Population Prospects (2022 Release) population projection for 2022 of 338,290,000. I would have expected it to be about 3million higher than 338,290,000 based on the fact that we have to add the population of American Samoa, Puerto Rico etc. to the UNWPP population because the islands are not included in the 338,290,000 value. If I add all the islands in, I get a USA population value of 342,081,000. I think this should be used as the denominator. Have I found a mistake? Or am I mistaken? Thanks for all your work.