Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 11 months ago
Expense Budget--Miscellaneous Expense by Category
This dataset is to provide expense categories in Miscellaneous Budget. Amount is in exact dollar. This dataset is updated two times per year after publication of the Executive and Adopted Budget, usually in April and June respectively.
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 \"cityofnewyork-us/expense-budgetmiscellaneous-expense-by-category-fdgu-y9iy\".\"expense_budgetmiscellaneous_expense_by_category\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata