Total Vaccine Distribution Total for the World

To track the vaccination efforts, I scrapped vaccination data from the web using publicly available data sources.

Data from: Our World in Data, https://ourworldindata.org/.

Location and Date (YYYY-MM-DD) data was last updated:

# A tibble: 82 x 3
# Groups:   location [82]
   location   iso_code date      
   <chr>      <chr>    <chr>     
 1 Algeria    DZA      2021-01-30
 2 Andorra    AND      2021-02-01
 3 Argentina  ARG      2021-02-08
 4 Austria    AUT      2021-02-08
 5 Bahrain    BHR      2021-02-08
 6 Bangladesh BGD      2021-02-07
 7 Belgium    BEL      2021-02-07
 8 Bermuda    BMU      2021-01-30
 9 Bolivia    BOL      2021-02-03
10 Brazil     BRA      2021-02-08
# ... with 72 more rows

Figure 1: Global Covid 19 Vaccination Total by Location (Top 15)

However, this graph is slightly misleading because it does not put into account the total populations of the Locations being observed, when it comes to the total vaccinations per 100 people the graph looks like this.

Figure 2: Global Covid 19 Vaccination total per 100 people by Location (Top 15)

Figure 1.2: Total Daily Vaccinations by Location (Top 15)