Open repository in Console
Readme
Updated almost 4 years ago
‧ Indexed 6 hours ago
Per Capita County Expenditures By Category – Fiscal Year 2010
Per capita dollars for each county's expenditures towards general government, public safety, public works, health and social services, education and libraries, parks and recreation, and debt service. Source: Local Government Finances Fiscal 2010 (Department of Legislative Services), via Overview of Maryland Local Governments Finances and Demographic Information (Department of Legislative Services, 2012. Link: http://mgaleg.maryland.gov/pubs/budgetfiscal/2012-local-government-finances-demographics.pdf)
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 \"opendata-maryland-gov/per-capita-county-expenditures-by-category-fiscal-a4ed-p662\".\"per_capita_county_expenditures_by_category_fiscal\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata