Open repository in Console
Readme
Updated 11 years ago
‧ Indexed 12 months ago
Summer of 2014, Weekly Camp, Pool and Water Park Attendance
This dataset shows the weekly attendance at park facilities across the city. Rain days and holiday closures will affect attendance at all locations.
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 \"providenceri-gov/summer-of-2014-weekly-camp-pool-and-water-park-8f3q-8rk8\".\"summer_of_2014_weekly_camp_pool_and_water_park\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.