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: 98 x 3
# Groups:   location [98]
   location   iso_code date      
   <chr>      <chr>    <chr>     
 1 Albania    ALB      2021-02-18
 2 Algeria    DZA      2021-01-30
 3 Andorra    AND      2021-02-12
 4 Anguilla   AIA      2021-02-13
 5 Argentina  ARG      2021-02-18
 6 Austria    AUT      2021-02-18
 7 Azerbaijan AZE      2021-02-06
 8 Bahrain    BHR      2021-02-18
 9 Bangladesh BGD      2021-02-18
10 Barbados   BRB      2021-02-17
# ... with 88 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)