orcities/water-rates-survey-data-2017-hjf6-hbpb
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 6 years ago
Indexed 4 hours ago

Water Rates Survey Data 2017

This is the survey results from the 2017 LOC Water Rates Survey. The attached Survey will help you with the coding of the data.

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 \"orcities/water-rates-survey-data-2017-hjf6-hbpb\".\"water_rates_survey_data_2017\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • water_rates_survey_data_2017