bronx-lehman-cuny-edu/aggregate-public-assistance-income-in-the-past-12-mau6-ynnx
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 11 years ago
Indexed 1 month ago

AGGREGATE PUBLIC ASSISTANCE INCOME IN THE PAST 12 MONTHS (IN 2010 INFLATION-ADJUSTED DOLLARS) FOR HOUSEHOLDS

Data per census tract of the aggregate public assistance income for those who use public assistance. This is not per person, this is the combined total public assistance expenditure per census tract.

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 \"bronx-lehman-cuny-edu/aggregate-public-assistance-income-in-the-past-12-mau6-ynnx\".\"aggregate_public_assistance_income_in_the_past_12\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • aggregate_public_assistance_income_in_the_past_12