Open repository in Console
Readme
Updated over 3 years ago
‧ Indexed 5 hours ago
Energy Star Homes In Kansas City, Missouri
This dataset presents numbers of Energy Star certified homes in Kansas City, Missouri from 2005 to 2015.
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 \"kcmo/energy-star-homes-in-kansas-city-missouri-dfjq-4uh7\".\"energy_star_homes_in_kansas_city_missouri\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.