datahub-austintexas-gov/2020-census-redistricting-data-all-texas-places-xcvh-uqh4
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 year ago
Indexed 11 months ago

2020 Census Redistricting Data All Texas - Places

This is 2020 decennial census data at the place level. Technical documentation is available here: https://www2.census.gov/programs-surveys/decennial/2020/technical-documentation/complete-tech-docs/summary-file/2020Census_PL94_171Redistricting_NationalTechDoc.pdf

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-all-texas-places-xcvh-uqh4\".\"2020_census_redistricting_data_all_texas_places\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • 2020_census_redistricting_data_all_texas_places
     
     
     
     
     
Upstream Metadata