Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 12 months ago
Census 2000 and 2010 Population, Towns
Total Populations of Counties, Towns, and Cities - 2000 and 2010
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 \"ny-gov/census-2000-and-2010-population-towns-fqf5-9nc2\".\"census_2000_and_2010_population_towns\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata