Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 11 months ago
MTA Customer Feedback Data: 2014-2019
This dataset contains information on customer feedback submitted by riders of the transit system on the MTA’s website. For each piece of feedback provided, it is categorized as a complaint or commendation, and there is information provided for the agency (Buses, Subway, Long Island Rail Road, or Metro-North Railroad), the subject matter, the subject detail, the issue detail, the year, the quarter, and, if applicable, the branch/line/route.
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-customer-feedback-data-20142019-tppa-s6t6\".\"mta_customer_feedback_data_20142019\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata