Dataset is the anonymized responses from the 2014 Community Survey conducted by ETC Institute. Random surveys were sent to residents across our city to create an equal representation of at least 150 responses per Council District. Most answers are scored:
5- Very Satisfied
4- Satisfied
3- Neither
2- Dissatisfied
1- Very Dissatisfied
9- Don't Know
While Most Important ranked questions refer to the preceding questions services and items ordered by letter. Not all Ranking questions are required and might not equal total number of surveys.
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 \"richmondgov/rva-community-survey-2014-data-geo-2imz-upgs\".\"rva_community_survey_2014_data_geo\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.