Open repository in Console
Readme
Updated 3 days ago
‧ Indexed 4 hours ago
COVID-19 in Alberta: People tested for COVID-19 in Alberta by age group and gender
From https://www.alberta.ca/covid-19-alberta-data.aspx; updated 2023-03-29 16:08 with data as of end of day 2023-03-27.
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/covid19-in-alberta-people-tested-for-covid19-in-ypc6-7cu6\".\"covid19_in_alberta_people_tested_for_covid19_in\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata