Open repository in Console
Readme
Updated 10 years ago
‧ Indexed 11 months ago
Census Tracts
Prince George's County population figures by demographics for 2013. Figures are provided by the U.S. Census Bureau. This dataset gets updated as new figures are published by the U.S. Census Bureau (census.gov).
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-tracts-jkwh-e4vd\".\"census_tracts\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata