Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 12 months ago
American Community Survey 5 Year Estimates - Pierce County, WA
Population over 60 (S0101), Women Who Had a Birth in the Past 12 Months (B13002), Below Poverty Level (B17015), No Health Insurance (B27001), Household Receiving SNAP Assistance (S2201), No Internet Access (B28002), Total Population (B01003) and Language at Home (C16001)
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 \"internal-open-piercecountywa-gov/american-community-survey-5-year-estimates-pierce-hi5f-njq3\".\"american_community_survey_5_year_estimates_pierce\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata