Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
Low_Poverty_Index
The Low Poverty Index captures the depth and intensity of poverty in a given neighborhood. The index uses both family poverty rates and public assistance receipt, in the form of cash-welfare, such as Temporary Assistance for Needy Families (TANF). Values are inverted and percentile ranked nationally. The resulting values range from 0 to 100. The higher the score, the less exposure to poverty in a neighborhood.
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 \"celebratingcities-data-socrata/lowpovertyindex-k6ie-t7pt\".\"lowpovertyindex\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.