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: 68 x 3
# Groups:   location [68]
   location  iso_code date      
   <chr>     <chr>    <chr>     
 1 Algeria   DZA      2021-01-30
 2 Argentina ARG      2021-02-01
 3 Austria   AUT      2021-02-01
 4 Bahrain   BHR      2021-02-01
 5 Belgium   BEL      2021-01-31
 6 Bermuda   BMU      2021-01-23
 7 Brazil    BRA      2021-02-01
 8 Bulgaria  BGR      2021-02-01
 9 Canada    CAN      2021-02-01
10 Chile     CHL      2021-01-30
# ... with 58 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)