Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 11 months ago
2020 Census Redistricting Data All Texas - Counties
This is 2020 decennial census data at the county level. Technical documentation for the 2020 census is available here:
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-counties-akjs-2urk\".\"2020_census_redistricting_data_all_texas_counties\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata