2020 Census Redistricting Data - Variable Names and Codes
These are the variable codes for the datasets released as part of the 2020 decennial census redistricting data.
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 \"datahub-austintexas-gov/2020-census-redistricting-data-variable-names-and-w75r-rk3k\".\"2020_census_redistricting_data_variable_names_and\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.