MTA NYCT Paratransit Provider No-Shows: Beginning 2016
This metric measures the frequency with which primary providers do not arrive at the pick-up location within 30 minutes of the promised time and the trip is not provided.
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 \"ny-gov/mta-nyct-paratransit-provider-noshows-beginning-47iu-idvc\".\"mta_nyct_paratransit_provider_noshows_beginning\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.