Household Monthly Electricity Bill
Contains monthly bill of household in India.
@kaggle.gireeshs_household_monthly_electricity_bill
Contains monthly bill of household in India.
@kaggle.gireeshs_household_monthly_electricity_bill
CREATE TABLE household_energy_bill_data (
"num_rooms" BIGINT,
"num_people" BIGINT,
"housearea" DOUBLE,
"is_ac" BIGINT,
"is_tv" BIGINT,
"is_flat" BIGINT,
"ave_monthly_income" DOUBLE,
"num_children" BIGINT,
"is_urban" BIGINT,
"amount_paid" DOUBLE
);
Anyone who has the link will be able to view this.