Public Assistance Case Denials by Reason for Denial: Beginning 2006
This dataset, from New York State Office of Temporary and Disability Assistance, provides the number of Public Assistance case denials in each month by reason for case denial, for each Local Social Services District (SSD). It is similar to data published on an annual basis in the "Statistical Report on the Operations of New York State Public Assistance Programs."
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 \"ny-gov/public-assistance-case-denials-by-reason-for-tyyj-jgv5\".\"public_assistance_case_denials_by_reason_for\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.