Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Create a dataset of COVID-19 data from the COVID-19 Data Repository of the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University
ResourceFunction["JHUCOVID19Data"]["USCounties"] returns COVID-19 confirmed cases and deaths by US counties. | |
ResourceFunction["JHUCOVID19Data"]["WorldCountries"] returns COVID-19 confirmed cases and deaths by countries. |
Create world dataset of COVID19:
In[1]:= |
Out[1]= |
Top 5 countries with most cumulative death due to COVID19:
In[2]:= |
Out[2]= |
Visualize the top 30 countries in terms of cumulative confirmed cases:
In[3]:= |
Out[3]= |
The only allowed inputs are "USCounties" and "WorldCountries":
In[4]:= |
Out[4]= |
Get the US COVID19 by counties:
In[5]:= |
Out[5]= |
A peek into the US dataset:
In[6]:= |
Out[6]= |
Visualize the confirmed cases of California counties, per 100k inhabitants:
In[7]:= |
Out[7]= |
This work is licensed under a Creative Commons Attribution 4.0 International License