Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Generate testing and vaccination datasets from the OWID COVID-19 data site
ResourceFunction["OWIDCOVID19Data"][] returns vaccination and testing datasets for countries on the Our World in Data (OWID) site. | |
ResourceFunction["OWIDCOVID19Data"][type] returns either testing or vaccination data, depending on the value of type. | |
ResourceFunction["OWIDCOVID19Data"]["Vaccination","USA"] returns vaccination data for US states and US territories. | |
ResourceFunction["OWIDCOVID19Data"]["CountryMetadata"] returns the vaccination metadata for countries. |
Generate the vaccination dataset:
| In[1]:= |
| Out[1]= |
The column names:
| In[2]:= |
| Out[2]= | ![]() |
Visualize the top 20 countries in terms of people vaccinated:
| In[3]:= |
| Out[3]= |
| In[4]:= |
| Out[4]= |
| In[5]:= | ![]() |
| Out[5]= | ![]() |
Plot the total number of vaccinations for the 10 countries with the highest total number of vaccinations:
| In[6]:= | ![]() |
| Out[6]= | ![]() |
Visualize the fully vaccinated people in the continental US:
| In[7]:= | ![]() |
| Out[7]= | ![]() |
Generate the vaccination dataset:
| In[8]:= |
| Out[8]= |
Visualize the top 20 countries in terms of percentage of fully-vaccinated people:
| In[9]:= | ![]() |
| Out[9]= | ![]() |
Generate the testing dataset:
| In[10]:= |
| Out[10]= |
Columns of the dataset:
| In[11]:= |
| Out[11]= |
Visualize the testing units done so far:
| In[12]:= |
| Out[12]= | ![]() |
Visualize the cumulative tests performed across countries:
| In[13]:= | ![]() |
| Out[13]= | ![]() |
Generate the "CountryMetadata" dataset:
| In[14]:= |
| Out[14]= |
Show which vaccines are being applied worldwide:
| In[15]:= | ![]() |
| Out[15]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License