Economy Panel LA - Data
EconomyPanel features demographic and economic data about the City’s fifteen council districts, broken down into six broad categories including: population, gender, income,employment, housing, and building permits.
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 \"controllerdata-lacity/economy-panel-la-data-4ndk-mmc8\".\"economy_panel_la_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.