Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Generate datasets from California COVID-19 data released by the State of California
ResourceFunction["CaliforniaCOVID19Data"][prop] returns the COVID-19 dataset for prop. |
Get the testing dataset:
In[1]:= |
Out[1]= |
Visualize testing:
In[2]:= |
Out[2]= |
Get COVID-19 confirmed cases dataset:
In[3]:= |
Out[3]= |
Visualize daily cases:
In[4]:= |
Out[4]= |
Visualize the ICU COVID-19 patients and ICU available beds:
In[5]:= |
Out[5]= |
Visualize COVID-19 death across age groups:
In[6]:= |
Out[6]= |
Use "Dictionary" to get the corresponding data dictionary:
In[7]:= |
Out[7]= |
This work is licensed under a Creative Commons Attribution 4.0 International License