Open repository in Console
Readme
Updated over 6 years ago
‧ Indexed 20 minutes ago
City financial data
Dataset contains selected budget information from 2006 to 2014 for 50 cities. The data includes: property tax revenue, public safety expenditure, governmental fund revenue and expenditure and general fund revenue and expenditure.
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 \"orcities/city-financial-data-n3gy-ac7h\".\"city_financial_data\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.