Budget Allocation
Discover comprehensive budget allocation insights for urban and rural households
@kaggle.shrinolo_budget_allocation
Discover comprehensive budget allocation insights for urban and rural households
@kaggle.shrinolo_budget_allocation
CREATE TABLE urban_budget_allocation_dataset (
"income" BIGINT,
"housingexpense" BIGINT,
"transportationexpense" BIGINT,
"foodexpense" BIGINT,
"utilitiesexpense" BIGINT,
"entertainmentexpense" BIGINT,
"savings" BIGINT,
"housingbudget" DOUBLE,
"transportationbudget" DOUBLE,
"foodbudget" DOUBLE,
"utilitiesbudget" DOUBLE,
"entertainmentbudget" DOUBLE,
"savingsbudget" DOUBLE
);
Anyone who has the link will be able to view this.