2020 MARC Population and Employment Forecasts for Census Tracts
FORECASTS OF POPULATION, HOUSEHOLDS AND EMPLOYMENT FOR 2020, 2030, 2040 AND 2050 FOR EACH KCMO OR NON-KCMO PORTION OF A CENSUS TRACT - Original Mid-America Regional Council forecasts for whole census tracts were disaggregated by the City of KCMO to estimate figures for KCMO portions of census tracts and non-KCMO portions.
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 \"kcmo/2020-marc-population-and-employment-forecasts-for-9w5v-zjy3\".\"2020_marc_population_and_employment_forecasts_for\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.