MTA NYCT Customer Feedback Performance Metrics: 2017-2022
This dataset includes monthly customer feedback performance metric data for NYCT. For Subways, Buses, Access-A-Ride, MetroCard, and Other NYCT, there is data on the total number of complaints and commendations, and the number of complaints and commendations per 100,000 riders, along with monthly ridership.
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-feedback-performance-metrics-hrau-ksig\".\"mta_nyct_customer_feedback_performance_metrics\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.