Open repository in Console
Readme
Updated 3 months ago
‧ Indexed 5 hours ago
American Community Survey 2017 - 21 Estimates by Neighborhood: Socio-Economic Characteristics
Blockgroup data from the 2017 - 2021 American Community Survey was recompiled by the Cambridge Community Development Department to align with approximate neighborhood boundaries. Categories include: Total Population, Language Spoken at Home by Population 5 and Older, Educational Attainment by Population 25 and Older, Means of Commute for Resident Workers, Vehicles Owned by Household, Per Capita Income, and Poverty Rates.
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 \"cambridgema-gov/american-community-survey-2017-21-estimates-by-m9gy-vc6p\".\"american_community_survey_2017_21_estimates_by\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata