grandrapidsmi-gov/acs-2019-demographic-calculations-4jcw-q8gx
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 3 years ago
Indexed 4 hours ago

ACS 2019 Demographic Calculations

Dataset has built in calculations of population demographics based on City Ward, NOF boundaries.

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 \"grandrapidsmi-gov/acs-2019-demographic-calculations-4jcw-q8gx\".\"acs_2019_demographic_calculations\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • acs_2019_demographic_calculations