Census 2020 Block Populations by City Council District
This dataset contains the Census 2020 Block Populations with the Council Districts appended to them. The Council Districts were joined to the Census blocks based on the center point of the census block polygon.
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 \"internal-chattadata/census-2020-block-populations-by-city-council-fkhr-7vhi\".\"census_2020_block_populations_by_city_council\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.