Open repository in Console
Readme
Updated almost 7 years ago
‧ Indexed 4 hours ago
Libraries - 2016 Circulation by Location
Circulation figures include new checkouts as well as renewals. The Chicago Public Library consists of the Harold Washington Library Center, Sulzer and Woodson regional libraries and over 70 neighborhood branches. Many locations experience sporadic emergency closures due to heating or air conditioning issues, or area power outages. Independence Branch closed due to a fire on 10/30/15.
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 \"cityofchicago/libraries-2016-circulation-by-location-acer-3nmf\".\"libraries_2016_circulation_by_location\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata