Austin Energy Customer Satisfaction
Austin Energy is proactive in addressing customer needs and regularly monitors customer satisfaction through customer surveys. In recent years, overall customer satisfaction has gone down. The drivers of the lower satisfaction are customer perceptions of price and value resulting from an overall increase in utility bills, despite Austin Energy providing reasonable and affordable electric rates. Residential and Commercial surveys are conducted quarterly while key account surveys are administered annually. Find more information: http://austinenergy.com/go/reports
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 \"datahub-austintexas-gov/austin-energy-customer-satisfaction-aw6n-x665\".\"austin_energy_customer_satisfaction\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.