Open repository in Console
Readme
Updated almost 12 years ago
‧ Indexed 12 months ago
Percent of Customer Survery Respondents Rating County Services Good or Better
This is a mock dataset because historical data does not exist. The County will begin a customer survey program during fiscal year 2013-14. The goal of the program will be to receive feedback from residents who use County services and interact with County staff. The County's goal is to have 90% of customer survey respondents rating County services good or better.
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 \"performance-smcgov/percent-of-customer-survery-respondents-rating-ht9w-upvz\".\"percent_of_customer_survery_respondents_rating\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.