CaliforniaCOVID19Data
Generate datasets from California COVID19 released by CA government
ResourceFunction["CaliforniaCOVID19Data"][arg] returns the COVID19 dataset for arg. |
Details and Options
The arg can be "Testing", "Hospitals", "Cases", "Age", "Sex", or "Ethnicity" as a string, or any combination of them as a list. If arg is given as a string, the corresponding dataset is returned; with arg as a list, an association is returned with keys as elements of arg, and values the corresponding datasets.
ResourceFunction["CaliforniaCOVID19Data"] takes the option "Dictionary". By default, it is False; if True, the function returns the corresponding data dictionary.
The data is scrapped from the California goverment COVID19 data source.
Examples
Basic Examples (5) 
Get the testing dataset:
In[1]:= |
Visualize testing:
In[2]:= |
Out[2]= |
Get COVID19 confirmed cases dataset:
In[3]:= |
Visualize daily cases:
In[4]:= |
Out[4]= |
Visualize the fraction of test positivity:
In[5]:= |
Out[5]= |
Scope (3) 
Get CA hospitals data:
In[6]:= |
Visualize the hospitalization due to covid19:
In[7]:= |
Out[7]= |
Fraction of Hospitalized COVID19 Patients Admitted to ICU:
In[8]:= |
Out[8]= |
Options (1) 
Dictionary (1) 
Use "Dictionary" to get the corresponding data dictionary:
In[9]:= |
Out[9]= |
Neat Examples (1) 
Visualize the ICU COVID19 patients and ICU available beds:
In[10]:= |
In[11]:= |
Out[11]= |