controllerdata-lacity/economy-panel-la-data-4ndk-mmc8
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 7 years ago
Indexed 1 month ago

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.

 
Preview
  • economy_panel_la_data
     
     
     
     
     
Upstream Metadata