Asotin County Library District Operating Expenditures
This dataset reports annual operating expenditures by the Asotin County (WA) Library District. The library district reports the figures annually to the Public Libraries Survey, administered by the Washington State Library in cooperation with the U.S. Institute of Museum and Library Services. Data reflects actual figures reported during the particular year and are not adjusted for inflation. For a detailed glossary of terms and more information about the survey, visit the Statistics page at the Washington State Library: https://www.sos.wa.gov/library/libraries/libdev/publications.aspx#WAStats
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 \"wa-gov/asotin-county-library-district-operating-uqtn-uip2\".\"asotin_county_library_district_operating\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.