MTA NYCT Customer Engagement Statistics: 2017-2022
This dataset provided statistics and performance metrics about the volume and responsiveness in engaging with customers via several customer engagement channels. Data was provided for New York City Transit Subway and Bus customer engagement and customer service teams between May 2017 and May 2022.
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-customer-engagement-statistics-20172022-6xy8-yzzu\".\"mta_nyct_customer_engagement_statistics_20172022\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.