princegeorgescountymd-gov/census-zip-codes-rv3k-ecwy
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 9 years ago
Indexed 1 month ago

Census Zip Codes

This is the list of census zip codes according to census.gov for 2013.This dataset gets refreshed as new data is published by the U.S. Census Bureau.

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 \"princegeorgescountymd-gov/census-zip-codes-rv3k-ecwy\".\"census_zip_codes\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • census_zip_codes
     
     
     
     
     
Upstream Metadata