corstat-coronaca-gov/corstat-library-patron-statistics-27wj-z5je
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 4 years ago
Indexed 2 hours ago

CorStat - Library Patron Statistics

Information regarding how many visits the library receives per month, including service hours and days open. Data is provided by a monthly administration report created by the Library and Recreation Services management staff.

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 \"corstat-coronaca-gov/corstat-library-patron-statistics-27wj-z5je\".\"corstat_library_patron_statistics\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • corstat_library_patron_statistics