Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Obsolete. Import data about COVID-19 in the US from the COVID Tracking Project
ResourceFunction["COVIDTrackingData"][type] retrieves data of the specified type from the COVID Tracking Project. |
Get the latest five days of national data:
In[1]:= | ![]() |
Out[1]= | ![]() |
Current US data:
In[2]:= | ![]() |
Out[2]= | ![]() |
Get a sample of daily data on each state:
In[3]:= | ![]() |
Out[3]= | ![]() |
Current state data:
In[4]:= | ![]() |
Out[4]= | ![]() |
Get state information:
In[5]:= | ![]() |
Out[5]= | ![]() |
Get time series data:
In[6]:= | ![]() |
In[7]:= | ![]() |
Out[7]= | ![]() |
Plot the number of hospitalizations in the data:
In[8]:= | ![]() |
Out[8]= | ![]() |
Show positive test result counts:
In[9]:= | ![]() |
Out[9]= | ![]() |
For each state, find the most recent date with positive and negative testing results:
In[10]:= | ![]() |
In[11]:= | ![]() |
Out[11]= | ![]() |
See how positive test rates depend on the number of tests:
In[12]:= | ![]() |
Out[12]= | ![]() |
See if deaths per positive test are dependent on the amount of testing:
In[13]:= | ![]() |
Out[13]= | ![]() |
See if deaths per positive test are correlated with the positive testing percent:
In[14]:= | ![]() |
Out[14]= | ![]() |
Get the new deaths in each state:
In[15]:= | ![]() |
Out[15]= | ![]() |
Plot the new deaths in each state:
In[16]:= | ![]() |
Out[16]= | ![]() |
Show the smoothed daily proportional increase in deaths in each state:
In[17]:= | ![]() |
Out[17]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License