Open repository in Console
Readme
Updated almost 7 years ago
‧ Indexed 11 months ago
Energy Cost Burden
Energy cost burden is measured by the amount spent on electricity, gas, and other fuel, as a percent of household income. This Indicator measures the median energy cost burden by the race/ethnicity of householders. Householders whose energy costs were included in rent or condominium fees were excluded from this analysis.
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 \"oaklandca-gov/energy-cost-burden-bwmr-dxtw\".\"energy_cost_burden\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.