Open repository in Console
Readme
Updated over 4 years ago
‧ Indexed 4 hours ago
2012 Budget Consultation Survey - Household Spending
This portion of the survey, identifies roughly how much the respondent's household monthly spending goes to the different areas:
Groceries
Housing costs
Utilities, TV, phone
Municipal Property taxes
Income taxes
Leisure activities
Personal insurance and pension
Clothing
Transportation
NOTE:
D1 to B11 - Demographic information.
B5_0 to B5_8 - Various Household spending (Percent)
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 \"edmonton-ca/2012-budget-consultation-survey-household-spending-2crc-aced\".\"2012_budget_consultation_survey_household_spending\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata