Open repository in Console
Readme
Updated 2 years ago
‧ Indexed 11 months ago
COVID-19 Cases in CT Schools by School, 2022-2023 School Year - Archive
This dataset provides the number of weekly COVID-19 cases for staff and students in CT PK-12 schools by school during the 2022-2023 school year.
This dataset is replaced in full each week.
Data are preliminary and subject to change.
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 \"ct-gov/covid19-cases-in-ct-schools-by-school-20222023-28yj-d752\".\"covid19_cases_in_ct_schools_by_school_20222023\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata