Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 2 hours ago
MTA Subway Car Passenger Environment Survey: 2015 to 2019
Passenger Environment Survey indicators combine the results of surveys
of a number of different aspects of subway car conditions to measure
passenger comfort and convenience.
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-subway-car-passenger-environment-survey-2015-vyyn-j8cu\".\"mta_subway_car_passenger_environment_survey_2015\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata