University of Texas Good Systems and ATCEMS Hospitalization time series
Filename: ts_2019_2020.csv
Description: Time series of the daily frequency of EMS incidents from 2019 to 2020
total_ts: the daily frequency of all EMS incidents.
defunct_calls_pandemic_removed_ts: the daily frequency of non-pandemic defunct EMS incidents.
Pandemic_defunct_calls_ts: the daily frequency of pandemic defunct EMS incidents.
Incidents_pandemic_removed_ts: the daily frequency of non-pandemic, non-defunct EMS incidents.
Pandemic_effect_ts: the daily frequency of pandemic, non-defunct EMS incidents.
hospitalisation_ts: the daily frequency of the newly admitted Covid-19 patients to hospitals in the Austin-Round Rock metropolitan statistical area.
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 \"datahub-austintexas-gov/university-of-texas-good-systems-and-atcems-2srm-55iz\".\"university_of_texas_good_systems_and_atcems\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.