American Community Survey 2013 - 17 Estimates by Neighborhood: Basic Demographics
Blockgroup data from the 2013-2017 American Community Survey was recompiled by the Cambridge Community Development Department to align with approximate neighborhood boundaries. Categories include: Total Population, Population Density, Land Area, Male/Female, Race and Hispanic Origin, Age Distribution, Number of Households, Population in Households, Persons per Household, Number of Families, Household Types, and Population in Group Quarters. Replaces in part the data set: American Community Survey Estimates by Neighborhood 2013 - 2017 - DEPRECATED.
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-2013-17-estimates-by-jabj-v7kz\".\"american_community_survey_2013_17_estimates_by\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.