U.S. County Populations (>65,000)
The data contains the total population for U.S. counties with a population of over 65,000 as reported in the U.S. Census American Community Survey 1-year Summary (B01001_001). Data will generally reflect the latest survey data available. Additional information includes fields with True/False flags indicating whether the county has a population over 1 million and half a million and whether the (Georgia) county is part of the Atlanta metropolitan statistical area, part of the core metropolitan area, a member of the Atlanta Regional Commission or part of the Metropolitan North Georgia Water Planning District.
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 \"sharefulton-fultoncountyga-gov/us-county-populations-65000-6pqu-s9mk\".\"us_county_populations_65000\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.