Historical: COVID-19 in Alberta: Variant cases by zone
Note: Date last updated is 2022-07-11, dataset is no longer provided.
Alberta is monitoring for variant strains of COVID-19 that have a higher infection rate. Case numbers are updated every weekday.
Data prior to 2021-03-23 came from a table at https://www.alberta.ca/covid-19-alberta-data.aspx; from 2021-03-23 onwards the source is Table 13 at https://www.alberta.ca/stats/covid-19-alberta-statistics.htm#variants-of-concern.
This dataset was last updated 2022-07-13 16:08 with data as of end of day 2022-07-11.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"edmonton-ca/historical-covid19-in-alberta-variant-cases-by-f7kx-redx\".\"historical_covid19_in_alberta_variant_cases_by\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.