Open repository in Console
Readme
Updated 2 months ago
‧ Indexed 3 hours ago
Iowa School District Revenues by Fiscal Year
School district revenues by fiscal year starting with FY 2017 (year ending 6/30/2017). Data is provided by school districts to the Department of Education to complete their Certified Annual Report (CAR).
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 \"mydata-iowa-gov/iowa-school-district-revenues-by-fiscal-year-pf4i-4nww\".\"iowa_school_district_revenues_by_fiscal_year\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata