grandrapidsmi-gov/acs-2019-population-demographics-bsic-tyum
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 3 years ago
Indexed 5 hours ago

ACS 2019 Population Demographics

This dataset includes population data from the ACS 5-year Estimate survey from 2019. The data is broken down by demographic and is categorized to the census tract level.

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-population-demographics-bsic-tyum\".\"acs_2019_population_demographics\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • acs_2019_population_demographics