Public Utility Commission of Texas - Informal Complaints
Before filing an informal complaint with the Public Utility Commission (PUC), customers are requested to contact their electric, telephone, water or sewer provider first and allow them to investigate the complaint. If the customer is unable to come to a satisfactory resolution with their provider, they can then file a complaint with the PUC's Consumer Protection Division (CPD). This dataset includes the complaints filed with CPD.
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 \"texas-gov/public-utility-commission-of-texas-informal-cxnx-7tf4\".\"public_utility_commission_of_texas_informal\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.