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: 51 x 3
# Groups:   location [51]
   location   iso_code date      
   <chr>      <chr>    <chr>     
 1 Argentina  ARG      2021-01-08
 2 Austria    AUT      2021-01-08
 3 Bahrain    BHR      2021-01-11
 4 Belgium    BEL      2021-01-07
 5 Bulgaria   BGR      2021-01-12
 6 Canada     CAN      2021-01-11
 7 Chile      CHL      2021-01-06
 8 China      CHN      2021-01-09
 9 Costa Rica CRI      2021-01-08
10 Croatia    HRV      2021-01-09
# ... with 41 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)