Open repository in Console
Readme
Updated over 9 years ago
‧ Indexed 21 minutes ago
2010 Health by Age/Service Category
Table Details
Region: Bronx
Source: Hospital Admissions/SPARCS (Detailed) (2010): NYS Dept. of Health
Category: NYC Residents, Any Hospital
Count: Persons
Columns: Service Category
Rows: Age of Patient (Years)
The data satisfies these conditions:
Borough is 'Bronx'
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/2010-health-by-ageservice-category-sjhm-taqb\".\"2010_health_by_ageservice_category\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.