norfolk-gov/norfolk-decennial-census-dijs-dhze
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 1 year ago
Indexed 2 hours ago

Norfolk Decennial Census

This dataset contains Decennial Census data for Norfolk, Virginia. Every ten years ending in 0, the United States Census Bureau conducts a census to determine the number of people living in the United States. The release of data includes counts for population, race, ethnicity, group quarters, and housing units. This dataset contains data for all of Norfolk, VA.

Source: U.S. Census Bureau, 2020 Census Redistricting Data (Public Law 94-171)

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 \"norfolk-gov/norfolk-decennial-census-dijs-dhze\".\"norfolk_decennial_census\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • norfolk_decennial_census